A regular expression that matches all emojis. Works in Javascript, .NET, and Java.
String to a regex that is diacritic insensitive
Does one simple thing - gets the flags from a regular expression. Useful for cloning and any library that uses or generates regular expressions that are created from other regular expressions.
Regular expression matching for email addresses. Maintained, configurable, more accurate, and browser-friendly alternative to email-regex. Works in Node v14+ and browsers. Made for Spam Scanner and Forward Email.
## 繁簡轉換對應表
簡繁日 共通字/轉換表
轉換 簡繁日 當中共通的 漢字
搜尋字串用的漢字貪婪轉換表
Compile Unicode property escapes in Unicode regular expressions to ES5.
Search & replace across files with a CLI tool that makes you trust what you are doing.
Plugin for markdown-it, replaces strings that match a regular expression pattern.
A regular expression for valid domains.
\Q..\E (quotemeta) support for XRegExp
Vite plugin to handle your resources. For example, to replace occurrences by a regular expression, or resolving paths in cases where the usual tools do not help you, or something else.
React components for [Stripe.js and Elements](https://stripe.com/docs/stripe-js).
Regular expression for usernames - it follows the same rules that GitHub uses.
Turn a path string such as /user/:id or /user/:id(\d+) into a regular expression
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
Aids streams searching with string or regex delimiters.
convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )
A regular expression to match hashtag identifiers as per the Unicode Standard.
日文五十音轉換表
Check Any file with ESLint
Builds composable regular expression, which compiles to native RegExp. And generates a matching string for it.
JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v10.0.0’s categories, scripts, blocks, bidi, and other properties.
JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v15.0.0’s categories, scripts, blocks, bidi, and other properties.
Regular expression for matching words in a string. Support for english, CJK and Cyrillic.
Regular expression for matching credit card numbers
Extended regular expressions
Validate & sanitize social links
A rollup plugin to remove parts of code based on regular expressions.
A set of functions to build and compose complex regular expressions
Regular expression parser for ECMAScript 2018.
create regex class range string `[一-十]` `[⓪-㊿]` ...