issues Search Results · repo:slevithan/regex language:JavaScript
Filter by
22 results
(75 ms)22 results
inslevithan/regex (press backspace or delete to remove)I am trying to use Regex+ for the extended features (Subroutines, recursion, etc.) for a VS Code extension that uses
regular expressions provided by users. My problem is that switching to Regex+ causes ...
pwintz
- 4
- Opened on Apr 27
- #32
There is an extreme edge case issue that arises when all of the following conditions are true:
- Flag v is explicitly disabled, or unsupported by the environment.
- Option unicodeSetsPlugin is explicitly ...
slevithan
- Opened on Nov 23, 2024
- #30
Are The Types Wrong lists the issue Masquerading as ESM for the regex package.
I guess the issue lies in package exports field, it only lists a single type definition file but an .mjs and a .cjs
source ...
tao-cumplido
- Opened on Nov 13, 2024
- #28
https://github.com/slevithan/regex/blob/ff7adf5a6f904b5c1c91a544efafb9c174e2baea/src/subroutines.js#L21C1-L28C1
I encountered a problem and found that Safari reported an error. Eventually, I pinpointed ...
zhe-he
- 2
- Opened on Nov 13, 2024
- #27
SyntaxError in src/subroutines.js
const subroutinePattern = String.raw`\\g (? subroutineName [^ ]+) `;
const token = new RegExp(String.raw`
${subroutinePattern}
| (? capturingStart ${capturingDelim}) ...
unclekitty
- 4
- Opened on Nov 5, 2024
- #26
Hello! Your DM suggested I share some thoughts on the library, but since it would be lengthy to fit into a single
Twitter meessage, I put them into this issue. I think it might be too many to open one ...
graphemecluster
- 10
- Opened on Sep 27, 2024
- #25
In environments with native v, regex`[ ]` returns /[\ ]/v (with escaped \ ). This is fine, since the escaping doesn t
change the meaning with flag v. And since regex automatically applies flag v s escaping ...
slevithan
- 1
- Opened on Aug 23, 2024
- #22
Creating this query native works
console.log( Native: , new RegExp( (? Q [abc])[\k Q ] , v ))
Doing the same with regex throws an invalid escape
import { regex, pattern } from regex ;
const JZON_REGEX ...
mathiasrw
- 9
- Opened on Aug 23, 2024
- #21
Not sure what it would take to make it work on RN in Hermes. https://github.com/facebook/hermes/blob/main/README.md
https://github.com/facebook/hermes/blob/73cb6664fe233150e1313553a135ffc472c16227/doc/RegExp.md ...
subtleGradient
- 4
- Opened on Aug 21, 2024
- #19
Amazing thing you have created here. Thank you for creating this for the world to enjoy.
(you can close this issue now that you read this.)
mathiasrw
- 2
- Opened on Aug 21, 2024
- #17

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.