|
-
Nov 12th, 2003, 12:50 AM
#1
Thread Starter
Addicted Member
easy REGEX Question.
I need a regex character that will return me any kind of character. Like with (?<=Points)\w+(?=\<\/p\>) \w only gets certain kinds of results, I need to get ANY Character including spaces. Does anyone know what it could be? Thanks
-
Nov 12th, 2003, 12:56 AM
#2
-
Nov 12th, 2003, 01:03 AM
#3
Thread Starter
Addicted Member
Thats what i am lookig for thank you, BUT it is showing blank spaces as @ is there anyway to prevent this and just make it show a space? Thank you
-
Nov 12th, 2003, 06:42 AM
#4
Fanatic Member
try this [.\n]*
only . does not include the new line character \n.
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
|