hiltontj / serde_json_path

Query serde_json Values with JSONPath
https://serdejsonpath.live/
MIT License
50 stars 3 forks source link

fix: use CRLF mode in regexes for match and search #92

Closed hiltontj closed 4 months ago

hiltontj commented 4 months ago

Update after latest CTS surfaced an edge case for i-regexp compliance.

Use CRLF mode in regexes for search and match functions so that the line feed and new line characters are treated properly with a dot matcher

Closes #90