Re: Select text (numeric words) between brackets
Re: Select text (numeric words) between brackets
- Subject: Re: Select text (numeric words) between brackets
- From: Emmanuel <email@hidden>
- Date: Wed, 2 Aug 2006 01:47:44 +0200
At 5:44 PM +0200 8/1/06, Jan Bultereys wrote:
Does anyone knows how to grap a text which is between brackets
(brackets also selected)?
That's a job for a regular expression. You want:
find text (or: ufind text for Unicode) "\\[[^]]+\\]" with regexp and
string result
"find text" is in Satimage osax, "ufind text" is in Smile.
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden