Wildcards on the keywords list #4271
-
Hi I have an interesting case, I want to use wildcards in the keywords of a dialect parsing. Consider this I have a query which contains something like this Thank you in advance |
Beta Was this translation helpful? Give feedback.
Answered by
georgesittas
Oct 30, 2024
Replies: 1 comment
-
This isn't possible, no. My guess is that you'd have to modify the tokenizer and implement an execution path where you detect those delimiters and then consume whatever's inside of them. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
georgesittas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This isn't possible, no. My guess is that you'd have to modify the tokenizer and implement an execution path where you detect those delimiters and then consume whatever's inside of them.