Results 1 to 7 of 7
Thread: alittle help!!!
- 01-05-2009, 10:15 PM #1
Member
- Join Date
- Oct 2008
- Location
- Egypt
- Posts
- 26
- Rep Power
- 0
- 01-06-2009, 04:30 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Validate that any character of the string is a number or not.
What you mean by 'like phone number'? Are you want to match any patter there? If so read more about regular expressions.
- 01-06-2009, 07:10 AM #3
Ya it is possible when you use Regular expression,
- 01-06-2009, 04:17 PM #4
Eranga and makpandian are right. String has several very useful methods that use regular expressions. They are a pain to learn, but they are very powerful.
I have found a useful utility written in Java called QuickRX. It is primarily an Exclipse plug-in, but I use it in stand-alone mode. It lets you copy in text to search and then executes your regular expression as you build it, giving instant feedback.
- 01-06-2009, 04:34 PM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Hey Steve, is that link you have post here is correct? It's just directed to the sourceforge home page. I've search that project and didn't find any project with that name. Can you please check that link again.
- 01-06-2009, 11:17 PM #6
Eranga-
I just clicked through on the link, and it took me to the SourceForge page for the project. Possibly, SourceForge was having a problem when you tried it. Also, the page says "SourceForge" in big letters and the project name, "QuickRX", in smaller ones on what looks like a tab.
Both the plug-in and the stand-alone version have worked great for me. I like the stand-alone better, because I don't have to deal with having it in a little side panel in Eclipse...
- 01-07-2009, 03:24 AM #7
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Yep, now I can see that project. Initially it directed to the home page.
Actually I want to try out that stand-alone plugin, since I'm not an Eclipse user. I'm interest on that.
Similar Threads
-
hi there got alittle trouble
By justime8 in forum New To JavaReplies: 7Last Post: 12-24-2008, 12:22 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks