|
-
May 25th, 2011, 01:04 PM
#2
New Member
Re: regex pattern help
Use this to help build your expression:
http://regexpal.com/
Additionally instead of explicitly entering the spaces try using the whitespace character-thingy \s with a star(or lazy star) repeater. Something that looks like this:
When I took a look at your page source I saw a lot of extra white space between tags, that's why I suggest this. It may not solve your problem.
This will help witht he special characters and syntax: http://www.regular-expressions.info/reference.html
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|