Filter tList with regex "(?i).*with (you|u)( .*|\.|$)"

I did forget something … wth you might be folllowed by a comma or colon or 
something so the last brackets should search for either any non alphabetic 
character or the end of line, so think (going from memory here)

Filter tList with regex "(?i).*with (you|u)([^a-zA-Z]|$)”


Neville Smythe




_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to