Skip to content

Less escaping needed in regexp $-command parser#14

Open
talvo wants to merge 1 commit intoRhostMUSH:masterfrom
talvo:master
Open

Less escaping needed in regexp $-command parser#14
talvo wants to merge 1 commit intoRhostMUSH:masterfrom
talvo:master

Conversation

@talvo
Copy link

@talvo talvo commented Aug 22, 2015

Don't require doubling backslashes in regexp $-commands. Currently, most regexps require doubling backslashes. For instance:

$^foo (\w+)$:

After this, you should be able to write a normal, unescaped regexp, like:

$^foo (\w+)$:

Don't require doubling backslashes in regexp $-commands.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant