Hi
I have a quite general question about java and regular expression.
If we lock at embedded use, say mobile phones with J2ME or Android, how common is it that regexp is included and how resource hungry is it?
I mean regular expression is a powerful beast, and a lot of magic is done in the background to make it happen. And my question is if there maybe are to much magic? Or if it is safe to use it with care (like most things).
Thanks Johan
Update: Thanks DigitalRoss for pointing out that java.util.regex is a part of android.