containerd/filters
Stephen J Day 4dfcf60bec
filters: supporting alternative characters for quote
The regexp syntax can have some nasty characters to handle quoting
correctly, in practice. In certain scenarios a double quote works well,
but it can affect readability for certain regexps. This introduces a
quoting mode that treats `/` and `|` as a double quote to make the
quoting in regular expressions more familiar and readable.

This change is introduced in a backwards compatible manner, so existing
regexp quoting is not affected.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2017-12-04 20:06:19 -08:00
..
adaptor.go Update files based on go lint 2017-10-02 10:15:28 -04:00
filter_test.go filters: supporting alternative characters for quote 2017-12-04 20:06:19 -08:00
filter.go Update files based on go lint 2017-10-02 10:15:28 -04:00
parser.go filters: supporting alternative characters for quote 2017-12-04 20:06:19 -08:00
quote.go filters: supporting alternative characters for quote 2017-12-04 20:06:19 -08:00
scanner_test.go filters: supporting alternative characters for quote 2017-12-04 20:06:19 -08:00
scanner.go filters: supporting alternative characters for quote 2017-12-04 20:06:19 -08:00