Microsoft
Software
Hardware
Network
Question : pattern matching regular expression
I need to do pattern matching
to filter the following strings
org.gnd.xx.zz"/> is acceptable
org.gnd.xx"/> is acceptable
org.gnd.xx.zz.ddd"/> is also acceptable and in general if the number of tokens (separated by .) must be 3 or more
Answer : pattern matching regular expression
Try
1:
Pattern p = Pattern.compile("(?:\\w+\\.){2,}(?:\\w+);\"/>");
Random Solutions
asp.net I have a gridview that is updatedable. what I would like to do is pass its -> ID value to another page that would allow the user to update picture images for that user ID.
connectComputer/nshelp.exe
page cannot be found
Best route to split VMDK
DSCP QOS on powercoonect 6224,3548 and 5224
Virtual Memory
grid password issue
Writing DLL in Delphi 7
OWA for Exchange 2003
Delphi 6 not recompiling .pas files
How do I handle AutoCAD events by a Delphi program?