Finding strings in script editor
Bernard Devlin
bdrunrev at gmail.com
Sat Jan 2 07:17:06 EST 2010
Hi David,
With "use regular expressions" selected in the "Find Options"
sub-section of the Find dialog, I could find this string:
Global | View | Script | Menu
using this:
Global \| View \| Script \| Menu
I wasn't sure if you wanted to find the ">" as well. If so, you can
use regex for that too.
Or maybe you got this far already, and I'm telling you nothing new :-)
Bernard
On Sat, Jan 2, 2010 at 11:00 AM, David Bovill <david at architex.tv> wrote:
> Anyone got any tips and advice on how to use the IDE's find dialogue to find
> exact strings? I'm looking for the string:
>
> Global | View | Script | Menu
>>
>
> It seems the find matches each and every word anywhere in the script -
> quoting the string does not work and I don't seem to be able to get anywhere
> with the regular expressions? Any tips?
More information about the use-livecode
mailing list