|
-
Aug 17th, 2004, 05:27 AM
#1
Thread Starter
Evil Genius
Regular expression help!!!
<tag><tag>123@#?</tag>
Could anyone please give me a regular expression syntax which will pick up absolutely anything which could appear between <tag> and </tag> please>???
I'm trying to use this, but it picks up the entire string (i.e. the first instance of <tag>, rather than just the "<tag>123@#?</tag>" string...
Code:
<tag>([\d\D\s\S\w\W]+)</tag>
Thanks!!!
-
Aug 17th, 2004, 06:41 AM
#2
I wonder how many charact
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
|