Grammar rules to match string with . and no space as single word #4198
Unanswered
techpranav
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a two requirements in same parser like below.
add column S-V.1 ;
print column Test select property.name;
Here , in first query S-V.1 should be treated as a single word which can be acquired with [A-Za-z0-9:!@#$%^&*_\/-.]
In second query, property should be treated as separate field and name should be treated as a subfield of property.
If I write separate rule to match this scenario, it still considers it a single word.
Any solution to this problem?
Beta Was this translation helpful? Give feedback.
All reactions