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

Strings cannot contain double quotes #31

Open
arendjr opened this issue Aug 6, 2019 · 1 comment
Open

Strings cannot contain double quotes #31

arendjr opened this issue Aug 6, 2019 · 1 comment

Comments

@arendjr
Copy link

arendjr commented Aug 6, 2019

Strings (surrounding with double quotes) in filtrex expressions cannot contain any double quote characters themselves.

I'll open a PR to address this.

@m93a
Copy link
Contributor

m93a commented Mar 1, 2020

Fixed in m93a/filtrex#20.

Current syntax:

  • \' to escape single quotes
  • \" to escape double quotes
  • \\ to escape backslash.

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

No branches or pull requests

2 participants