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
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to