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
Update RevTex in TexLive and Kile - Fedora 13
Cisco 1841: setting a bandwidth limit
php object iteration code improvement
SQL 2005 log shipping vs replication question.
Event Bubbling
Mount a USB hdd on a Hyper-V guest
Binary data
Website script to track each user's individual experience
Changing Default Web Site Properties
KeyListener in JTable