react-native-parsed-text
react-native-parsed-text copied to clipboard
How to get number of matches?
For Example if i have 2 matches for hashtag pattern i want to get index of each word
Where word (my) is first match so it will get 0 index and word (my) => 1
Is it possible?
+1