| Title |
Test
Find
Last word
|
| Expression |
\w*$ |
| Description |
Finds the last word in a string eg. the user in \\domain\user or the extension/file type in a file name. |
| Matches |
\\domain\user |
| Non-Matches |
I wan't lots of $$ |
| Author |
Rating:
Not yet rated.
Thomas Nielsen
|
| Source |
Brain |
| Your Rating |
|
Title: Saxon regex does not allow zero occurence
Name: Donald B. Thomason
Date: 7/7/2007 8:22:45 AM
Comment:
Use \w+$