How can I find all matches to a regular expression in android

Viewed 17897

How can I find all matches to a regular expression in android. I founds it for Perl, Python etc but not for android.

1 Answers
Related