filtrex icon indicating copy to clipboard operation
filtrex copied to clipboard

Strings cannot contain double quotes

Open arendjr opened this issue 6 years ago • 1 comments

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

I'll open a PR to address this.

arendjr avatar Aug 06 '19 15:08 arendjr

Fixed in m93a/filtrex#20.

Current syntax:

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

cshaa avatar Mar 01 '20 15:03 cshaa