On 18 Dec 2017, at 09:18, Christopher Stone <[email protected]> wrote: > > sed -E ' > s!smitj1234@students\.uwc\.edu!!g > s!jane\.smith@uwc\.edu!!g > '
Careful, each of these example is unbounded, so for example if you have [email protected] and [email protected] in your list and you match and replace [email protected], you will be left with 'a' for the second user. -- Apple broke AppleScripting signatures in Mail.app, so no random signatures. -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
