-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Parser, Variable are also captured in String #99
Comments
For now, I don't know how to detect match are in string with regex |
I'm not sure what you mean by this @theludovyc , can you elaborate on this topic ? |
I don't know how to resolve this bug for now. I need to learn more about regex. If you or other already know how to solve it with regex, feel free to help :) |
I want try to help you @theludovyc , but I'm not sure what you mean by , can you give example or something ?
|
For JumpIf I use Expression class. To dectect used variables I use this regex |
O I see you just want to catch string in regex. |
No, the opposite. I want to catch regex if they aren't in String. |
I try a bit of experiment on regex.com and found this solution: regexr.com/6nke5 , |
In "Test character" return Test.
The text was updated successfully, but these errors were encountered: