RegExr

RegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions. (by gskinner)

RegExr Alternatives

Similar projects and alternatives to RegExr

  1. Visual Studio Code

    3,137 RegExr VS Visual Studio Code

    Visual Studio Code

  2. 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.

    SurveyJS logo
  3. bypass-paywalls-chrome

    Discontinued Bypass Paywalls web browser extension for Chrome and Firefox. [UnavailableForLegalReasons - Repository access blocked]

  4. stylegan2-pytorch

    Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement

  5. upm

    715 RegExr VS upm

    ⠕ Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.

  6. savepagenow

    A simple Python wrapper and command-line interface for archive.org’s "Save Page Now" capturing service

  7. Frontpage

    Discontinued Dynamic ToS;DR CMS, used in our frontpage (by tosdr)

  8. openlibrary

    One webpage for every book ever published!

  9. 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.

    InfluxDB logo
  10. Chocolatey

    Chocolatey - the package manager for Windows

  11. carbon

    378 RegExr VS carbon

    :black_heart: Create and share beautiful images of your source code

  12. codesandbox-client

    378 RegExr VS codesandbox-client

    An online IDE for rapid web development

  13. web

    338 RegExr VS web

    The source code for the Standard Ebooks website. (by standardebooks)

  14. black

    339 RegExr VS black

    The uncompromising Python code formatter

  15. CyberChef

    303 RegExr VS CyberChef

    The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis

  16. devdocs

    253 RegExr VS devdocs

    API Documentation Browser

  17. learnxinyminutes-docs

    Code documentation written as code! How novel and totally my idea!

  18. melody

    55 RegExr VS melody

    Melody is a language that compiles to regular expressions and aims to be more readable and maintainable

  19. RE2

    52 RegExr VS 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.

  20. py_regular_expressions

    Learn Python Regular Expressions step by step from beginner to advanced levels

  21. cheatsheets

    40 RegExr VS cheatsheets

    Cheatsheets for web development - devhints.io

  22. regex-generator

    Generate regular expressions from sample texts.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better RegExr alternative or higher similarity.

RegExr discussion

Log in or Post with

RegExr reviews and mentions

Posts with mentions or reviews of RegExr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-08.
  • The importance of the environment in Regex pattern matching
    1 project | dev.to | 16 Oct 2024
    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
    1 project | dev.to | 30 Aug 2024
    RegExr
  • Ask HN: How did you learn Regex?
    6 projects | news.ycombinator.com | 8 Aug 2024
    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
    7 projects | dev.to | 18 Jul 2024
    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
    1 project | dev.to | 19 May 2024
    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
    1 project | dev.to | 14 May 2024
    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
    1 project | dev.to | 3 Jan 2024
    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
    1 project | dev.to | 27 Dec 2023
    There are plenty of online regex tools to test and experiment with regex patterns. Some popular ones include RegExr, RegEx101, and RegexPlanet.
  • Camel Cards
    1 project | dev.to | 16 Dec 2023
    Using regexr.com it at least appears to work as expected.
  • [2023 Day 2] [Python] Stuck on the first task
    1 project | /r/adventofcode | 9 Dec 2023
    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
    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 →

Stats

Basic RegExr repo stats
587
10,051
0.0
about 1 year ago

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.


Sponsored
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.
surveyjs.io

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?