Validating input if nonalphanumeric character without using regex
807603Oct 23 2007 — edited Oct 23 2007Hi Guys,
I am trying to validate if the user input does not contain any alphanumeric characters such as (A-Z, a-z, 0-9)... The problem was solved through this forum by using regex....
Unfortunately I'm developing with Blackberry (RIM IDE) but it seems that it doesn't support java.util.regex.Pattern and java.util.regex.Matcher;
Is there any other solutions to this problem? Can java.util.regex.* be added to Blackberry JDE?
If anybody knows any solution to this problem...Please let me know...
Please help... Thanks in advance