Skip to content

Conversation

@springcomp
Copy link
Contributor

Fixes #42.

search( contains(['wanna be starting something'], a) , {"a": "wanna be starting something"} ) → true
search( contains(['wanna be starting somethin\''], a) , {"a": "wanna be starting somethin'"} ) → true
search( contains(['wanna be startin\' somethin\''], a) , {"a": "wanna be startin' somethin'"} ) → true

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

Successfully merging this pull request may close these issues.

Escaping Multiple Single Quotes in Raw String Literal

1 participant