RegEx difficulties
Dar Scott
dsc at swcp.com
Wed Oct 1 14:10:00 EDT 2003
On Wednesday, October 1, 2003, at 12:35 PM, Chris Sheffield wrote:
> I need a RegEx string that will match only the whole word. Kind of
> like the
> wholeMatches property works with the offset functions. Is this
> possible?
Yes. Before the word should be either whitespace or the start of the
string. After the word should be either whitespace or the end of the
string.
Dar Scott
More information about the use-livecode
mailing list