aspose file tools
The moose likes Beginning Java and the fly likes Change this pattern for not accepting plus.google.com Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Change this pattern for not accepting plus.google.com" Watch "Change this pattern for not accepting plus.google.com" New topic
Author

Change this pattern for not accepting plus.google.com

Jacob Sonia
Ranch Hand

Joined: Jun 28, 2009
Posts: 164
I have this pattern in my xml.
^http://[\w-]+\.google\.(co|com)\.[\w-]+($|/.*)

This accepts all google.com, but i want to exclude accepting plus.google.com.

Please help.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Change this pattern for not accepting plus.google.com
 
Similar Threads
Excluding urls starting like plus.google.com
validate multiple email addresses in a textarea
How to find only name of file(s) using regular expression
regular expression in javascript
Replace text by HTML links