Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Validating input if nonalphanumeric character without using regex

807603Oct 23 2007 — edited Oct 23 2007
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 20 2007
Added on Oct 23 2007
1 comment
141 views