regexp
A regular expression (shortened as regex or regexp), sometimes referred to as rational expression, is a sequence of characters that specifies a match pattern in text. Usually such patterns are used by string-searching algorithms for "find" or "find and replace" operations on strings, or for input validation.
Regular expression techniques are developed in theoretical computer science and formal language theory. They are used in search engines, in search and replace dialogs of word processors and text editors, in text processing utilities such as sed and AWK, and in lexical analysis. Regular expressions are also supported in many programming languages.
Different syntaxes for writing regular expressions have existed since the 1980s, one being the POSIX standard and another, widely used, being the Perl syntax.
Here are 124 public repositories matching this topic...
🚧 Regular Expression Excited!
-
Updated
Jul 12, 2022 - TypeScript
A compiled-away, type-safe, readable RegExp alternative
-
Updated
Apr 16, 2025 - TypeScript
🎨 Regex visualizer & editor
-
Updated
Apr 11, 2025 - TypeScript
ESLint plugin for finding regex mistakes and style guide violations.
-
Updated
Apr 15, 2025 - TypeScript
Your RegEx companion.
-
Updated
Sep 24, 2024 - TypeScript
An ESLint plugin for writing better regular expressions.
-
Updated
Oct 11, 2021 - TypeScript
The regular expression parser for ECMAScript.
-
Updated
Apr 30, 2023 - TypeScript
🔤🔍 Type-level RegExp, parse and match string in TypeScript type system.
-
Updated
Jun 15, 2023 - TypeScript
Easily compose regular expressions without the need for double-escaping inside strings.
-
Updated
Feb 21, 2024 - TypeScript
English to RegEx converter, powered by gpt-3.5-turbo and Vercel Edge Functions.
-
Updated
Mar 14, 2023 - TypeScript
A CLI and library which tests helps score how vulnerable a regex pattern is to ReDoS attacks. Supported in the browser, Node and Deno.
-
Updated
Apr 18, 2025 - TypeScript
Creates the inverse of transliterated string to a regex. What? Basically, diacritic insensitiveness
-
Updated
Jul 11, 2024 - TypeScript
Re-implementation of ECMA-262 (JavaScript) RegExp
-
Updated
Apr 14, 2025 - TypeScript
A library for finite automata and regular expressions in the context of JS RegExp
-
Updated
Jun 16, 2024 - TypeScript
SuperExpressive Playground
-
Updated
Aug 4, 2020 - TypeScript
type-safe regexp pattern builder
-
Updated
Dec 3, 2023 - TypeScript