Hi, Richard
After finding a value using Applescript in BBedit like this . . . :
set MyFind to find "^.*Mystuff\\:(.*)" options {starting at
top:true, search mode:grep} with selecting match
. . . I would like to pick up the content of (.*) (i.e: \1) and set
it to a variable. How is that done i Applescript?
this should get you started:
set myNewVariable to (grep substitution of "\\1")
greets
Roland
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>