On 6 Mar 2014, at 5:02 AM, Peter Payne <[email protected]> wrote:
> So what I need is a grep search for ' followed by [either a tab or nothing],
> followed by either of the [加隆] characters. Can anyone help me? I've spent
> hours reading blog posts but can't find anything to help me.
The grep repetition modifier ? means “one or none,” so what you’re looking for
is:
\t?
I’m worried I don’t understand your question, and am giving you too simple an
answer.
— F
--
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].