issues Search Results · repo:unjs/magic-regexp language:TypeScript
Filter by
44 results
(94 ms)44 results
inunjs/magic-regexp (press backspace or delete to remove)📚 Is your documentation request related to a problem?
When I go to regex.dev I get this:
500
Error
Cannot read properties of null (reading map )
🔍 Where should you find it?
Home page
ℹ️ Additional ...
documentation
aparajita
- Opened yesterday
- #508
🐛 The bug
The maybe() helper sometimes return wrong value.
For example:
import { createRegExp, exactly, maybe } from magic-regexp ;
const regexp = createRegExp(maybe(exactly( a ).or( b ), exactly( ...
bug
Taib-Rabah
- Opened 5 days ago
- #505
📚 Is your documentation request related to a problem?
the build.config.ts form https://regexp.dev/guide has some typeerrors.
import { MagicRegExpTransformPlugin } from magic-regexp/transform
import ...
documentation
OrbisK
- 1
- Opened 10 days ago
- #502
🐛 The bug
exactly( 18 ).or( 19 , 20 ): (?:18|1920) exactly( 18 ).or( 19 ).or( 20 ): (?:(?:18|19)|20)
I want to know if this is the design, but I understand that the variable argument of or is more reasonable ...
bug
good first issue
yveeven
- 1
- Opened on Jan 20
- #480
🆒 Your use case
I m currently using this wonderful library via the runtime on an Expo project which uses the Metro/Babel
bundler/transformer.
I m wondering if there is a supported way to apply the magic-regexp ...
enhancement
bryanmylee
- 1
- Opened on Dec 9, 2024
- #449
🐛 The bug
The typed version magic-regex/further-magic doesn t mirror behavior of https://github.com/didavid61202/type-level-regexp
🛠️ To reproduce
https://stackblitz.com/edit/github-tcfkrv?file=index.mjs ...
bug
alexanderniebuhr
- Opened on Sep 19, 2024
- #410
🆒 Your use case
If we can get random string generator from regex, that will be great
🔍 Alternatives you ve considered
No response
ℹ️ Additional info
No response
enhancement
ryoppippi
- 2
- Opened on Jun 16, 2024
- #402
🐛 The bug
I m attempting to implement magic-regexp in the project https://github.com/sapphiredev/utilities (draft PR:
https://github.com/sapphiredev/utilities/pull/755), however, for some unknown reason ...
bug
favna
- 2
- Opened on May 28, 2024
- #398
📚 Is your documentation request related to a problem?
I am trying to convert the regexp /[A-Za-zÀ-ÖØ-öø-ÿ]\S*/g to magic-regexp, however I cannot figure out how to capture
the section of À-ÖØ-öø-ÿ. The ...
bug
documentation
favna
- Opened on May 28, 2024
- #397
📚 Is your documentation request related to a problem?
How to create typed function with RegExp or MagicRegExp input?
I write something like
function getMatchedResult R extends MagicRegExp any, any, ...
documentation
kravetsone
- Opened on Apr 16, 2024
- #392

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!
Press the /
key to activate the search input again and adjust your query.