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

Generic string literal queries to not match with special strings #1

Open
Joshua2000B opened this issue May 16, 2024 · 0 comments
Open

Comments

@Joshua2000B
Copy link
Member

String literal queries work by treating everything before and after the logical variable as a prefix and suffix. This includes the quotes, and is why we can do variable searching in strings. However, this means that the generic "$T" pattern will not match with any string which contains a special mark, such as U"Hello". Strings should be changed so that generic string patterns match with all string literals.

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

1 participant