Skip to content

Alternative to writing Regex (magic-regexp)

Posted on:25 февруари 2023 г. at 17:22 ч.

Regex or regular expression is a sequence of characters that specifies a search pattern in text. This method does a very useful job, but it’s not easy to read.

Magic-regexp is a compiled-away, type-safe, readable RegExp alternative.

Magic-regexp on GitHub