-
Notifications
You must be signed in to change notification settings - Fork 9
Issues: mikesamuel/regexp-make-js
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Alternative library with support for context-aware interpolation
#33
opened Jun 2, 2024 by
slevithan
Not guarding against preceding \0 when interpolating into a character class
#31
opened Jun 2, 2024 by
slevithan
Error when interpolating a regex with \s or \S within a character class
#30
opened Jun 2, 2024 by
slevithan
Tokens in lookaround should not be added to character classes when interpolating a RegExp
#29
opened Jun 2, 2024 by
slevithan
Interpolating a regex into a character class does not support \c
#28
opened Jun 2, 2024 by
slevithan
Should not apply flags from the surrounding regex to interpolated RegExp instances
#27
opened Jun 2, 2024 by
slevithan
Case insensitive matching for interpolated regexes with flag i does not handle \x \u \c
#26
opened Jun 2, 2024 by
slevithan
Caret not escaped at leading position in a character class for interpolated strings
#25
opened Jun 2, 2024 by
slevithan
Interpolating RegExps with capturing groups changes group numbering of groups in the template.
#1
opened Aug 2, 2015 by
mikesamuel
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.