react-faceted-power-search
Multi-faceted search control
Multi-faceted search control
Shiki syntax highlighting for React Native. Zero bridge overhead with native Oniguruma regex engine.
Use regex to filter the entered value (no flicker)
Regular expression template library inspired by logstash grok filter module, with a patch. (Upgrade oniguruma to fix security vulnerabilities and allow usage with newer versions of node) cloned from https://github.com/sreuter/node-grok/tree/patch-1 to mak
No Regex Utils - Common regex functions
Input filter directive for Angular
A powerful utility package designed to streamline the developer experience with regular expressions. With an intuitive and expressive API, it provides a convenient way to create, combine, and apply regular expression validation rules in your JavaScript or
Match near RegEx patterns with special characters
Tool for extracting translations from Angular app using regex
Functions and types to access Next.js page parameters in a type-safe manner.
regex scripts
A lightweight and efficient Node.js utility package for working with regular expressions. RegexUtil simplifies common regex operations, making it easier to validate, parse, and manipulate strings in your projects.
A permissive email validator, whose goal is to detect all valid email adresses, including internationalised ones, while rejecting clearly incorrect addresses
Generate regular expressions that match a set of strings
A PostHog plugin to regex url strings in your application to remove strings such as UIDs.
Tokenizes a text using regex rules and returns the tokens with their positions in the text given.
PostCSS plugin for limit plugins matching
A simple, pragmatic email regex validator.
Find and replace strings or template outputs in text files (CLI tool designed for use in npm package.json scripts)
Remove emojis from a string using the following good regex code: / (?! [* # 0-9] +) [\ p {Emoji} \ p {Emoji_Modifier} \ p {Emoji_Component} \ p {Emoji_Modifier_Base} \ p { Emoji_Presentation}] / gu