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 40 public repositories matching this topic...
Proposal to add Unicode property escapes `\p{…}` and `\P{…}` to regular expressions in ECMAScript.
-
Updated
Mar 20, 2023 - HTML
This is a source code repository of bregonig.dll regular expression library.
-
Updated
Jan 31, 2019 - HTML
Drop-in replacements for base R string functions powered by stringi
-
Updated
Jul 12, 2024 - HTML
Extract highlighted text from exported files from Lithium (Ebook Reader App)
-
Updated
Oct 31, 2021 - HTML
Smooth find & replace CLI as it should be: simple file selection with globs, flexible patterns with regex and dynamic replacements from js code.
-
Updated
Nov 9, 2024 - HTML
JavaScript workshop (forms, inputs, regex, ajax, localstorage etc)
-
Updated
Oct 8, 2018 - HTML
Реальный сайт на Flask с SQLAlchemy, PostgreSQL, Redis, Celery, Elasticsearch, OAuth 2.0, Pytest, Poetry, Docker
-
Updated
Aug 2, 2024 - HTML
💡 Learn how to use and get the most out of regular expressions.
-
Updated
Apr 29, 2018 - HTML
Função que formata campo de telefone com padrão brasileiro, utilizando o código de área dentro de parênteses e prefixo 9.
-
Updated
May 16, 2020 - HTML
Use regex to replace arguments within text, via a web page.
-
Updated
Sep 24, 2023 - HTML
Formulário de cadastro com validação & formulário de login
-
Updated
Jul 26, 2022 - HTML
AsanRegEx is a Regex previewer tool for .NET that aims to provide developers with a user-friendly interface to work with regular expressions.
-
Updated
Oct 22, 2024 - HTML
Máscara para moeda brasileira. Foi utilizado o padrão internacional RegExp, possibilitando conversão desse método para qualquer linguagem de programação.
-
Updated
Jun 29, 2020 - HTML