issues Search Results · repo:kas-elvirov/regexify-string language:TypeScript
Filter by
4 results
(105 ms)4 results
inkas-elvirov/regexify-string (press backspace or delete to remove)hi i used couple of patterns for 1 text and I got an error how can I use this multiple time ?
const content1 = regexifyString({
pattern: bold_regex,
decorator: (match, index) = {
return ...
bug
Vaysi
- 6
- Opened on Sep 19, 2021
- #11
I couldn t find a way to match groups. For example:
regexifyString({
pattern: /\[(? id .+)\]\{(? name .+)\}/g,
decorator: (id, name) = ( item b={id} c={name} / ),
input: a[b]{c} ,
})
// ...
enhancement
victorperin
- 7
- Opened on Aug 26, 2021
- #10
In some scenarios, the regexifString crashes the browser. ex:
console.log(
regexifyString test ,
regexifyString({
pattern: /.*/gim,
decorator: (match, index) = {return ReplaceMe ...
bug
code review
ArunanSivanathan
- 3
- Opened on Aug 6, 2021
- #6

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.