Proposal to add Unicode property escapes `\p{…}` and `\P{…}` to regular expressions in ECMAScript.
-
Updated
Mar 20, 2023 - HTML
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.
Proposal to add Unicode property escapes `\p{…}` and `\P{…}` to regular expressions in ECMAScript.
Syllable segmentation tool for Myanmar language (Burmese) by Ye.
A web tool for interactively using and chaining command-line text manipulation utilities like sed, grep, and awk.
Extract highlighted text from exported files from Lithium (Ebook Reader App)
Searchmonkey - Power searching without the pain. Perform powerful desktop searches using regular expressions. Graphical equivalent to find + grep.
A generic syntactic and lexical analyzer (context-free grammar)
Bicis locas es una tienda online, en la cual encontrarás tu bici ideal. Sólo llena el formulario y te contáctaremos.
Crash course presentation on regular expressions.
JavaScript output of selected code with span color classes for a pre code block.
Analytics Dashboard being built with Ruby, Google Charts, JavaScript, jQuery, Bootstrap, HTML5, CSS
Network, OS, Regular-Expressions 주제로한 학습 스터디. 주 3회 (월, 수, 금) 2시간 (2020. 8. ~ 2020. 12. 26) (6인 참여)
SFC-DC-2021 Workshop 3: R, Regular Expressions, SQL
Search text with regular-expression
A login verification template done using Regular Expressions in Javascript.
New user signup form with form field validation using RegEx
Master JavaScript step by step with practical examples and hands-on projects. This repository covers everything from the basics to advanced concepts, including values, types, operators, functions, and more.
An awesome collection of useful and commonly used Regular Expressions to make life easier.
A Simple Loan Calculator App!
Form Validation Using Regular Expressions In JavaScript