🌐
Regex Generator
regex-generator.olafneumann.org
Regex Generator - Creating regex is easy again!
A tool to generate simple regular expressions from sample text. Enable less experienced developers to create regex smoothly.
🌐
Regex101
regex101.com
regex101: build, test, and debug regex
Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C#/.NET, Rust.
🌐
RegExr
regexr.com
RegExr: Learn, Build, & Test RegEx
RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp). Supports JavaScript & PHP/PCRE RegEx.
🌐
Mozilla
developer.mozilla.org β€Ί en-US β€Ί docs β€Ί Web β€Ί JavaScript β€Ί Guide β€Ί Regular_expressions
Regular expressions - JavaScript | MDN
This allows you to do new RegExp(RegExp.escape("a*b")) to create a regular expression that matches only the string "a*b".
🌐
Made with Vue.js
madewithvuejs.com β€Ί regex-generator
Regex Generator - Web App to generate Regular Expressions - Made with Vue.js
February 21, 2019 - Web App to generate Regular Expressions Β· "Regex Generator is a simple web interface to generate regular expressions from a set of strings." Muhammad Ibnuh @ibnuhx Β· πŸ“Š Statistics Β· Github ibnuh/regex-generator 96 Β· ⬆️ Latest commit: ...
🌐
Text
platform.text.com β€Ί tools β€Ί regex-builder
Text Platform | Regex Builder
A regex builder helps create regex patterns for various programming languages using standard syntax. This exact builder is based on a JavaScript implementation, and that’s currently the only flavor available in this tool.
🌐
Stack Overflow
stackoverflow.com β€Ί questions β€Ί 76003583 β€Ί how-do-i-create-a-dynamic-regex-generator
javascript - How do I create a dynamic regex generator? - Stack Overflow
My goal is to create a regex generator function where I pass a policy criteria object as a parameter and it generates regex according to that. My attempts so far: function generateRegexExpression(p...
🌐
Rows
rows.com β€Ί tools β€Ί regex-generator
Regex Generator
This Regex generator helps you effortlessly transform plain-language descriptions into complex Regex patterns, making it accessible to everyone who finds the typical Regex syntax intimidating.
Find elsewhere
🌐
W3Schools
w3schools.com β€Ί js β€Ί js_regexp.asp
JavaScript Regular Expressions
Regex is a common shorthand for a regular expression. JavaScript RegExp is an Object for handling Regular Expressions.
🌐
Debuggex
debuggex.com
Debuggex: Online visual regex tester. JavaScript, Python, and PCRE.
Test your regex by visualizing it with a live editor. JavaScript, Python, and PCRE.
🌐
Reddit
reddit.com β€Ί r/programming β€Ί (javascript) i built a human-maintainable regex builder this weekend
r/programming on Reddit: (JavaScript) I Built A Human-Maintainable Regex Builder This Weekend
February 3, 2024 - People can write some really gnarly giant regexes, but in my view, that's often because as things get intense they're too chicken to upgrade to a parser generator.
🌐
GitHub
github.com β€Ί SlmnFz β€Ί regex-generator
GitHub - SlmnFz/regex-generator: RegexGenerator is a JavaScript class that helps in constructing various regular expressions for validation purposes. Β· GitHub
RegexGenerator is a JavaScript class that helps in constructing various regular expressions for validation purposes. - SlmnFz/regex-generator
Author Β  SlmnFz
🌐
W3Schools
w3schools.com β€Ί jsref β€Ί jsref_obj_regexp.asp
JavaScript RegExp Patterns
/d /g /i /m /s /u /v /y [a] [^a] [abc] [^abc] [A-Z] [^A-Z] [0-9] [^0-9] a|b . \w \W \d \D \s \S [\b] \0 \n \f \r \t \v \p \P \ddd \xhh \uhhhh ^ $ \b \B x(?=y) x(?!y) (?<=y)x (?<!y)x (x) (?<name>x) (?flags:x) + * ? {n} {n,m} {n,} JS RegExp Reference
🌐
GitHub
github.com β€Ί callstack β€Ί ts-regex-builder
GitHub - callstack/ts-regex-builder: Maintainable regular expressions for TypeScript and JavaScript. Β· GitHub
Build maintainable regular expressions for TypeScript and JavaScript.
Starred by 155 users
Forked by 5 users
Languages Β  TypeScript 93.0% | JavaScript 5.9% | CSS 1.1%
🌐
3widgets
3widgets.com
Regex Numeric Range Generator β€” Regex Tools β€” 3Widgets
Generate regular expressions for numeric ranges. Just enter start and end of the range and get a valid regex. Works for both positive and negative numbers.
🌐
SourceForge
sourceforge.net β€Ί projects β€Ί regexcreator
Regex Creator download | SourceForge.net
December 29, 2018 - Regex Creator is a tool to help create regular expressions (regex). The goal is to make it as easy and as fast as possible to create regex. You paste the text to parse, specify the values to extract and generate the regex. You can also debug a regex.
🌐
Gitloop
gitloop.com β€Ί tool β€Ί regex-generator
Regex Generator
Generate regular expressions with our AI-powered tool. Simply paste your input, and with a single click, generate a regular expression. Ideal for developers looking to streamline their workflow, our tool ensures fast, accurate, and reliable regular expression generation.
🌐
ToolPix
toolpix.pythonanywhere.com β€Ί home
Free Online Tools: PDF, Image, AI & More | ToolPix
2 weeks ago - Python Java C Compiler C++ JavaScript PHP HTML/CSS SQL LaTeX Go Rust Swift Kotlin Perl Bash Markdown Text Editor Β· Essential browser-based tools for modern devs. JSON Format Base64 CSS Guard JS Guard Code Diff Regex Test XML Format SQL Format HTML Encode
🌐
UI Surgeon
uisurgeon.com β€Ί tools β€Ί javascript-regex-generator
JavaScript Regex Generator - Email, Phone Number Validation And More! | UI Surgeon
February 6, 2025 - Welcome to our JavaScript Regex Generator, a handy tool designed to simplify the process of creating and testing regular expressions for email validation, phone number formatting, and more.
🌐
freeCodeCamp
freecodecamp.org β€Ί news β€Ί regex-in-javascript
Regular Expressions (RegEx) in JavaScript – A Handbook for Beginners
February 27, 2024 - Whether you're validating user input, extracting data from strings, or performing advanced text processing tasks, understanding regex is essential for developers. This comprehensive guide will walk you through the fundamentals of regular expressions in JavaScript, including how to create and use them, their special characters, flags, and practical examples.