Let’s launch your product to thousands (a Product Hunt alternative)

Company Overview

RegExr.com is an online tool to learn, build, and test Regular Expressions.

Tags:

Company Information

Pricing

Categories

Features & Specs

  • User-Friendly Interface

    RegExr offers an intuitive and visually appealing interface that makes it easy for users to write, test, and understand regular expressions.

  • Real-time Feedback

    Changes to the regular expression and input text are reflected immediately, allowing users to see the effects of their adjustments in real-time.

  • Built-in Cheatsheet

    RegExr includes a handy cheatsheet that provides quick access to common regex patterns and syntax, making it easier for users to learn and reference rules.

  • Community Examples

    Users can explore and share community-generated regex patterns, which can serve as valuable examples or starting points for creating their own regex.

  • Detailed Explanation

    Each part of the regex pattern can be hovered over to display detailed tooltips explaining its function, aiding in the understanding of complex expressions.

  • Cross-Platform Accessibility

    As a web-based tool, RegExr can be accessed from any modern browser without the need for installation, making it convenient to use on multiple devices.

  • Social Recommendations


    • 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…

      – Source: Hacker News
      /
      about 1 month ago


    • Ask HN: How did you learn Regex?

      I read a lot on https://www.regular-expressions.info and experimented on https://rubular.com since I was also learning Ruby at the time. https://regexr.com is another good tool that breaks down your regex and matches. One of the things I remember being difficult at the beginning was the subtle differences between implementations, like `^` meaning “beginning of line” in Ruby (and others) but meaning “beginning of…

      – Source: Hacker News
      /
      about 1 month ago


    • Ask HN: How did you learn Regex?

      Mostly building things that needed complex RegEx, and debugging my regular expressions with https://regexr.com/.

      – Source: Hacker News
      /
      about 1 month ago


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

      – Source: dev.to
      /
      2 months ago


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

      – Source: dev.to
      /
      4 months ago


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

      – Source: dev.to
      /
      4 months ago


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

      – Source: dev.to
      /
      9 months ago


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

      – Source: dev.to
      /
      9 months ago


    • Camel Cards

      Using regexr.com it at least appears to work as expected.

      – Source: dev.to
      /
      9 months ago


    • [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…

      Source:
      10 months ago


    • 2023 Day 2 Part A [Java] regex pattern not matching

      First time posting here, let me know if I need to edit post to conform to any rules. My issue is that I’m trying to match regex pattern to separate out the number of cubes drawn and its color but my Matcher object seems to not be returning any matches so it’s throwing a no match found exception when I try to call digitMatcher.group(). I have tested my regex pattern on sites like regexr and it seems to pass there…

      Source:
      10 months ago


    • Trebuchet?!

      Regexr has been an invaluable tool as a beginner.

      – Source: dev.to
      /
      10 months ago


    • Amazing tools that you must use to improve your work flow

      Regexr

      This site lets you build regex expressions while explaining how it will behave. Supports JavaScript & PHP/PCRE RegEx. Very useful if dealing with complex expressions.

      Regexr.com.

      – Source: dev.to
      /
      11 months ago


    • 10 Lesser-Known Tools and Websites to Spice Up Your Developer Toolbox

      RegExr simplifies working with regular expressions. This online tool provides a visual interface for building and testing regex patterns in real-time, making regex less intimidating.

      – Source: dev.to
      /
      12 months ago


    • Regex not working

      Ho did you arrive at the regex? I usually use a website to , such as https://regex101.com/, https://regexr.com/, https://regex-generator.olafneumann.org/ in combination of each other, as some explain better than the other.

      Source:
      about 1 year ago


    • Capture the first instance, but don’t stop?

      I pulled this into regexr.com and it yielded the same results except it removed :41:.

      Source:
      about 1 year ago


    • Calibre Tag Association

      Okay. If you want to automate it you need to learn regular expressions (regex). You can test the code at (list non-exhaustive): https://regexr.com/ and https://regex101.com/.

      Source:
      about 1 year ago


    • I’m having difficulty to fully understand this specific regular expression thing.

      Https://regexr.com/ is a valuable resource for learning regex, just put your regex in the box and it will tell you exactly what each part does.

      Source:
      about 1 year ago


    • VBA code to extract text

      Before to start with vba try to use regex here.

      Source:
      about 1 year ago


    • how to test variable if equals/matches ‘a’ or ‘b’ , ‘1’ or ‘6’ ??

      You can always get an explanation of any expression in regexr.

      Source:
      about 1 year ago


    • What does .[] do?

      I just started learning Regex again (I did not know much before anyway), and I was playing around in regexr and I tried .[] and it does not match anything, no letter, no words, nothing even special characters.

      Source:
      over 1 year ago

    Similar Products

    Provides customer service & help desk SAaS.
    Glyphr Studio is a free online font editor to make good looking professional typefaces.
    The first and only Video 2 GIF API.
    GNOME Commander is a "two-pane" graphical file manager for the GNOME desktop environment.