-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add regex literal support #452
Conversation
5a6348f
to
cc7de81
Compare
cc7de81
to
4c3c6ca
Compare
1e5090a
to
3a0da6f
Compare
3a0da6f
to
f8a6c1d
Compare
Question. Should we support running the different functions inline? https://developer.roku.com/en-ca/docs/references/brightscript/interfaces/ifregex.md# So for example:
This could always be something we maybe support later but it just popped into my head. |
This SHOULD work already since it's an expression. If you can do |
Adds the ability to declare regular expression literals rather than dealing with strings. Example:
transpiles to
Tasks:
/capture parens \( \)/