Replies: 1 comment 1 reply
-
hey Janis, good questions.
In the last one - with the exclamation, it is splitting into two sentences. It is not possible to match between two sentences, but that would be a neat feature to add. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If I remove
,
in sentence and match, all works, but I need it.Update:
I want to extract
sugar
,cold stuff
,water
. But I can't. When I use comma in match, nothing is matched. If I dont use it, the results are incorrect.Update2:
Another example:
It doesn't work, unless I remove "!" from text. Why?
Beta Was this translation helpful? Give feedback.
All reactions