You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there is possibility to do regex based matching on the address field (sender) of an sms. Consider there are a bunch of sms's with address fields like this:
aaa, ddd, ccc, aab
Now I would like to return only those messages that start with aa (aaa, aab) and discard the rest. Is this possible in the library?
The text was updated successfully, but these errors were encountered:
Hi,
I was wondering if there is possibility to do regex based matching on the address field (sender) of an sms. Consider there are a bunch of sms's with address fields like this:
aaa, ddd, ccc, aab
Now I would like to return only those messages that start with
aa
(aaa, aab) and discard the rest. Is this possible in the library?The text was updated successfully, but these errors were encountered: