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
Adding and removing series for an Excel graph using VBA
Excel File Help
Error installing sql express upgrade
task for mac developer
dateDiff - combining a date selection and a time selection
IPSEC access into ASA via second Internet connection
Outlook Send/Recieve Progress Dialogue Box
Help to decipher/reset BIOS settings on a Gigabyte MB!!!
threads in mfc
sumif with 2 conditions