keywords matching irrespective of quotes #4190
Unanswered
techpranav
asked this question in
Q&A
Replies: 3 comments 2 replies
-
No, because it's very custom logic, but you can use the following definition: SELECT: 'SELECT' | '"SELECT"' | '\'SELECT\''; |
Beta Was this translation helpful? Give feedback.
2 replies
-
It’s not even unfortunate Ivan. This is a very specific requirement. Being
able to do this in some automated way makes no sense.
What language are we parsing here? If it’s a self designed language, then
just stop doing that. It is a really, er, “problematic” design.
…On Sat, Mar 18, 2023 at 00:38 Ivan Kochurkin ***@***.***> wrote:
Unfortunately yes.
—
Reply to this email directly, view it on GitHub
<#4190 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ7TMEEWSB55GLDG36LIBDW4SHP7ANCNFSM6AAAAAAV6TQDIU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It’s not a work round. That’s what you need to do if the language you have
to deal with has required this. It is a very stupid thing to do, but I’ve
seen worse.
…On Fri, Mar 17, 2023 at 22:45 Ivan Kochurkin ***@***.***> wrote:
No, because it's very custom logic, but you can use the following
definition:
SELECT: 'SELECT' | '"SELECT"' | '\'SELECT\'';
—
Reply to this email directly, view it on GitHub
<#4190 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ7TMAODYCHAZ3W5FJURITW4R2HDANCNFSM6AAAAAAV6TQDIU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Like caseInsensitive, is there any way to match the keywords irrespective of surrounded by quotes.
for ex.
select , "select" , 'select'
Beta Was this translation helpful? Give feedback.
All reactions