Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more. Learn more →
RegExr Alternatives
Similar projects and alternatives to RegExr
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
bypass-paywalls-chrome
Discontinued Bypass Paywalls web browser extension for Chrome and Firefox. [UnavailableForLegalReasons - Repository access blocked]
-
stylegan2-pytorch
Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
-
-
savepagenow
A simple Python wrapper and command-line interface for archive.org’s "Save Page Now" capturing service
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
CyberChef
The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
-
-
-
melody
Melody is a language that compiles to regular expressions and aims to be more readable and maintainable
-
RE2
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
-
py_regular_expressions
Learn Python Regular Expressions step by step from beginner to advanced levels
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
RegExr discussion
RegExr reviews and mentions
-
The importance of the environment in Regex pattern matching
However - here it becomes weird - when testing the original regex rule (the first one, without the \u00A0 part) on the same string in an interactive visualiser (https://regexr.com/ for instance), there is a match:
-
Taming the Regex Beast: A Beginner's Guide to Regular Expressions
RegExr
-
Ask HN: How did you learn Regex?
Learned regex in the 90's from the Perl documentation, or possibly one of the oreilly perl references. That was a time where printed language references were more convenient than searching the internet. Perl still includes a shell component for accessing it's documentation, that was invaluable in those ancient times. Perl's regex documentation is rather fantastic.
`perldoc perlre` from your terminal.
or https://perldoc.perl.org/perlre
A simple way to test a regex you're building is this website, which offers immediate parsing and documentation of your regex, lets you test it against various inputs, and lets you choose which language's regex parser you are targeting.
https://regexr.com/
-
Form Validation In TypeScipt Projects Using Zod and React Hook Form
For username: You are using the min() function to make sure the characters are not below three and, then the max() function checks that the characters are not beyond twenty-five. You also make use of Regex to make sure the username must contain only letters, numbers, and underscore
-
Demystifying Regex in Go
Online regex testers and debuggers: Tools like (https://regex101.com/) or (https://regexr.com/) can help you test and debug your regular expressions before integrating them into your Go code.
-
How to Validate Emails in PHP: regex, filter_var(), and API Explained
Use online regex testers: Tools like Regex101 or RegExr can help visualize how your regex matches against test strings, providing explanations and highlighting potential issues.
-
Hot Springs
When thinking about how I might compare an arrangement to the contiguous group of damaged springs, I used regexr.com to experiment with very specific regexs that used the numbers.
-
Demystifying Regular Expressions (Regex): A Chat Sheet Guide
There are plenty of online regex tools to test and experiment with regex patterns. Some popular ones include RegExr, RegEx101, and RegexPlanet.
-
Camel Cards
Using regexr.com it at least appears to work as expected.
-
[2023 Day 2] [Python] Stuck on the first task
If you are going to use RE's, use something like https://regexr.com/ to double check that they're doing what you want. I was suspicious of your 'cols = re.findall(r'\d+ .....', i)' line, and indeed it does miss some columns. You should rethink your column detection, and either not use REs or learn how to use capture groups and \w. There would then be no reason to use yet another RE in your column iterator to extract the numbers which you've already detected.
-
A note from our sponsor - SurveyJS
surveyjs.io | 21 May 2025
Stats
gskinner/regexr is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
RegExr is marked as "self-hosted". This means that it can be used as a standalone application on its own.
The primary programming language of RegExr is JavaScript.