[regex-coach] RE: Regex Coach
Edi Weitz
edi at agharta.de
Thu Apr 29 09:50:29 UTC 2004
> -----Original Message-----
> From: Harish Mohanan [mailto:harishmohanan at yahoo.co.in]
> Sent: Donnerstag, 29. April 2004 11:20
> To: edi at agharta.de
> Subject: Regex Coach
>
>
> How do I include a tabspace in the string to be
> matched by the regex?
>
> For eg. if regex = A+[ \t\n]+XYZ
> It should match string = AAA{tabspace from tabkey on
> keyboard}XYZ
>
> But how do I give the tabspace from the keyboard..
> whenever I use the tab key it simpy switches over to
> the other regex pane.
Yes, this is not obvious from the docs... :)
Type Ctrl-Q before you type the tab key and a tab character will be
inserted. Ctrl-Q is used to insert the following character (whatever)
literally into the text - this is a standard keybinding for Emacs but you
probably don't know it if you're using other editors.
Cheers,
Edi.
PS: Please use the mailing list for question and bug reports:
<http://common-lisp.net/mailman/listinfo/regex-coach>
More information about the regex-coach
mailing list