Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Regex needs to be able to put in unescaped from command line #373

Closed
tngreene opened this issue Aug 14, 2018 · 1 comment
Closed

Test Regex needs to be able to put in unescaped from command line #373

tngreene opened this issue Aug 14, 2018 · 1 comment

Comments

@tngreene
Copy link
Contributor

Currently something like export_path.*\Custom you'll get a message about \C is a bad escape. We need those regex to be properly escaped and easy to enter.

@tngreene tngreene self-assigned this Aug 14, 2018
@tngreene tngreene changed the title Regex needs to be able to put in raw Test Regex needs to be able to put in unescaped from command line Aug 14, 2018
@tngreene
Copy link
Contributor Author

Fixed with 6ebaa9f. Now the only thing to ask is "Do you know how to escape pipe bars and such per cmd or bash?"

See more here: https://stackoverflow.com/questions/1200235/how-to-pass-a-quoted-pipe-character-to-cmd-exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant