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
Windows Service crashing on one machine, not on the other
How to undelete public folder content on MS Exchange Server 2000
Delphi Email Blaster - possibly using Report Builder and PsRBExportDevices
Users resolution keeps reverting back to 800x600
Deployment
How do I know if my laptop has a spyware?
FTP - without log in
Cannot enable infopath in sharepoint 2010
IF - Then script based on file date?
How to access class due to 'cannot instantiate abstract class' error