FineTune searching
FlexibleLearning at aol.com
FlexibleLearning at aol.com
Thu May 5 12:45:55 EDT 2005
Mark
>> Neat, Mark...Filter is not among the words of my_frontThoughts!
>It's starting to percolate up to the top of mine. I've been randomly
>going back over some of my old scripts and refactoring them to use
>filter() for speed.
Houston... We have a small glitch. This breaks as it picks up non-whole word
chunks...
*********
[snip]
case 1 -- EXACT
filter pSrcString with " " & pStr & " " # What's the regex for SPACE?
put (pSrcString is not empty) into blnReturn
break
[snip]
**********
Since my own regex is at 'cut n paste' level only, any hints would be
welcome!
/H
More information about the use-livecode
mailing list