|
|
|
|
|
by eurasiantiger
1435 days ago
|
|
JS has String.prototype.replaceAll, which can take a regex with multiple capture groups and output them as separate params to a callback function. This can be used to create a functional DSL which generates the regexes and callbacks. |
|