Re: Regex on OS X
Re: Regex on OS X
- Subject: Re: Regex on OS X
- From: "Arthur J. Knapp" <email@hidden>
- Date: Wed, 02 Oct 2002 10:33:21 -0400
>
Date: Tue, 1 Oct 2002 14:38:10 -0700
>
Subject: Re: Regex on OS X
>
From: bill fancher <email@hidden>
>
> At 2:08 pm -0500 1/10/02, ken wrote:
>
>> Does anyone know if there are any osaxen to to
>
>> regex searches on OS X? If not, what are my
>
>> options? Thanks.
If you are looking for all options, it should also be pointed out that
BBEdit and many other scriptable text editors have regular expression
schemes:
find [string] -- the text to search for
[searching in anything] -- where to search for the string (defaults
to the tell-target of the event)
[selecting match boolean] -- select the search match if found?
[options Search Options] -- options for the search
[excluding matches boolean] -- for multi-file searches, list files
that don9t match the search string?
[search script small integer] -- script language code of the search
text
[filter filter] -- file filtering criteria
[recursion boolean] -- search nested folders?
[text files only boolean] -- only search text files?
[skip shielded folders boolean] -- skip folders whose names are
enclosed in (parentheses)?
[Result: Search Match] -- information about the text string found by
the search
P.S. Don't you just hate it when someone posts a dictionary command to the
list, how annoying. ;-)
{ Arthur J. Knapp, of <
http://www.STELLARViSIONs.com>
a r t h u r @ s t e l l a r v i s i o n s . c o m
}
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.