regex
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 283 public repositories matching this topic...
🚧 Regular Expression Excited!
-
Updated
Jul 12, 2022 - TypeScript
A compiled-away, type-safe, readable RegExp alternative
-
Updated
May 6, 2025 - TypeScript
🎨 Regex visualizer & editor
-
Updated
Apr 11, 2025 - TypeScript
ESLint plugin for finding regex mistakes and style guide violations.
-
Updated
May 6, 2025 - TypeScript
Your RegEx companion.
-
Updated
Sep 24, 2024 - TypeScript
🍫 Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
-
Updated
Sep 25, 2023 - TypeScript
🔗 Automatically link your Obsidian notes.
-
Updated
Dec 6, 2024 - TypeScript
A language for writing regular expressions.
-
Updated
Mar 6, 2023 - TypeScript
Maintainable regular expressions for TypeScript and JavaScript.
-
Updated
Feb 10, 2025 - TypeScript
🔤🔍 Type-level RegExp, parse and match string in TypeScript type system.
-
Updated
Jun 15, 2023 - TypeScript
📝 The ultimate collection of regex syntax and resources to power up your programming!
-
Updated
Dec 20, 2023 - TypeScript
A functional programming library designed to simplify building complex regular expressions
-
Updated
Jan 7, 2023 - TypeScript
A typescript library for type-safe regex for named capture groups
-
Updated
Apr 16, 2022 - TypeScript
A regex engine for AssemblyScript
-
Updated
Nov 11, 2023 - TypeScript
Easily compose regular expressions without the need for double-escaping inside strings.
-
Updated
Feb 21, 2024 - TypeScript