react-native-get-sms-android icon indicating copy to clipboard operation
react-native-get-sms-android copied to clipboard

Regex matching for Address field in sms

Open FatehAK opened this issue 3 years ago • 0 comments

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?

FatehAK avatar May 19 '21 06:05 FatehAK