Finding orphaned "put"

william humphrey bill at bluewatermaritime.com
Sat May 4 22:30:35 EDT 2013


But (?im)^\s*put\s((?!(into|after|before|\\)).)*$ -- works perfectly in
BBedit. Thank you very much (just doesn't work in live code perhaps because
I don't know how to tell livecode to use Regex in the find feature).

On Sat, May 4, 2013 at 10:24 PM, william humphrey <
bill at bluewatermaritime.com> wrote:

> (?im)^\s*put\s((?!(after|into|before|\\)).)*$
>
>
> the after|into|before , guessing the vertical bar means "or" but is not
> working. It only works for whatever the first word is and then still finds
> the next two.
>



-- 
http://www.bluewatermaritime.com



More information about the use-livecode mailing list