issues
search
slevithan
/
xregexp
Extended JavaScript regular expressions
http://xregexp.com/
MIT License
3.31k
stars
278
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Unicode support for \b revisited
#361
mgoldenbe
closed
9 months ago
1
Use HTTPS link in LICENSE
#360
adamchainz
closed
5 months ago
0
console.log showing subpattern in regex instead of the actual regex
#359
st-clair-clarke
closed
12 months ago
2
There is a bug in detection specific characters
#358
Tiktera
closed
1 year ago
1
Question: Is there a repository for the examples in the 'Regular Expression Cookbook'
#357
st-clair-clarke
closed
1 year ago
1
Question; I cannot get a group to be captured
#356
st-clair-clarke
closed
1 year ago
3
Question: Why an interpolated regex does not work
#355
st-clair-clarke
closed
1 year ago
10
Why do XRegExp(...) and XRegExp.tag('x')`...` gives different output as shown below (query result incorrect?)
#354
st-clair-clarke
closed
1 year ago
2
What does (?xn) and (?x) mean in the following?
#353
st-clair-clarke
closed
1 year ago
2
How do you avoid "Cannot use same name for multiple groups" when the same pattern reference is used twice?
#352
matthew-dean
closed
1 year ago
1
Does not polyfill negative lookbehind in Safari
#351
kettanaito
closed
1 year ago
1
Configure XRegExp internal cache to be a sized LRU
#350
mattbishop
opened
2 years ago
2
Return value of matchRecursive() has changed in version 5.1.1 if no matches were found
#345
gizmodus
closed
2 years ago
2
Wrong example code
#344
h-h-h-h
closed
2 years ago
2
Firefox until 78 support `\p`, Is there any good solution?
#343
SCWR
closed
2 years ago
3
matchRecursive fail in `
#342
poyoho
closed
2 years ago
1
Typo in Unicode page
#341
hsusanoo
closed
2 years ago
0
html input pattern
#340
eljeffeg
closed
2 years ago
1
Change "types" to "types/index.d.ts" in package.json
#339
AaronBeaudoin
closed
2 years ago
0
Expected volume reduction
#338
linqunhe
opened
3 years ago
3
"TypeError: XRegExp is not a function" thrown when bundled with Webpack
#337
sajithneyo
opened
3 years ago
1
Create SECURITY.md
#336
zidingz
closed
3 years ago
1
Trying to get in touch regarding a security issue
#335
JamieSlome
closed
3 years ago
2
Using xregexp within a chrome extension
#334
AlexanderVitecsoftware
opened
3 years ago
1
Fixing typeerror from 312a1e6
#333
dvargas92495
closed
3 years ago
1
Improve XRegExp.matchRecursive handling of unbalanced delimiters (Clo…
#332
dvargas92495
closed
3 years ago
1
Question about using matchRecursive and in an unbalanced string
#331
moopmonster
closed
3 years ago
1
Build version without addons
#330
mrjjwright
closed
3 years ago
0
Invalid Group when using a (?(DEFINE) , or using a (?&myexp)
#329
freddieventura
closed
3 years ago
2
Fixed type declarations on return types of various functions
#328
mia1024
closed
2 years ago
0
Incorrect return type of XRegExp in types/index.d.ts
#327
mia1024
opened
3 years ago
1
Fix released in v5.0.2.
#326
cam68
closed
3 years ago
0
The ChainArrayElement type was incorrectly defined
#325
bawangxx
closed
3 years ago
2
Change "types" to "types/index.d.ts" in package.json
#324
AaronBeaudoin
closed
2 years ago
1
XRegExp.escape with hyphen/comma/hash returns regex incompatible with ES6 flag u
#323
slevithan
closed
3 years ago
1
npm release 5.0.0 is broken?
#322
s-weigand
closed
3 years ago
5
Bump version to 5.0.0
#321
josephfrazier
closed
3 years ago
2
`groups` property of matchObj for regex without named capture should have value `undefined`
#320
slevithan
closed
3 years ago
2
Remove obsolete cross-browser fix for empty character classes
#319
slevithan
closed
3 years ago
0
Fix edge case issues with replacement text syntax
#318
slevithan
closed
3 years ago
0
Should throw when using XRegExp.replace with native named capture and numbered backref one higher than number of captures
#317
slevithan
closed
3 years ago
0
BREAKING: Enable `namespacing` feature by default
#316
josephfrazier
closed
3 years ago
1
Use Istanbul to show code coverage at coverage/lcov-report/index.html
#315
josephfrazier
closed
3 years ago
2
Positive lookbehinds not working
#314
john5634
closed
3 years ago
3
Issue with flags
#313
john5634
closed
3 years ago
1
Bump version to 4.4.1
#312
josephfrazier
closed
3 years ago
3
Bump version to 4.4.1
#311
josephfrazier
closed
3 years ago
2
Fix badge URL
#310
josephfrazier
closed
3 years ago
0
Use GitHub Actions instead of Travis CI
#309
josephfrazier
closed
3 years ago
4
Add browser field to package.json to fix webpack
#308
josephfrazier
closed
3 years ago
10
Next