About 55 results
Open links in new tab
  1. To all the programmers out there: RegExr.com is a site that lets you ...

    Jun 7, 2022 · To all the programmers out there: RegExr.com is a site that lets you build and test regular expressions. Made me understand them when I was starting out. : r/InternetIsBeautiful Go to …

  2. 24 Best regular expression (regex) testing tools as of 2026 - Slant

    Nov 22, 2023 · Regex 101, Regex Pal, and RegExr are probably your best bets out of the 24 options considered. "Code generator" is the primary reason people pick Regex 101 over the competition. …

  3. RegExr (u/RegExr) - Reddit

    u/RegExr: I make in-stock and restock alert bots for collector communities. I also make Swap Confirmation bots and mod bots for Buy/Sell/Trade…

  4. Is regexr and regex101 safe? : r/regex - Reddit

    May 4, 2024 · Accidentally copy pasted my log that contains first name, last name, and address to check against my regex. Does Regexr and Regex101 save and process…

  5. RegExr - Reddit

    Scan this QR code to download the app now Or check it out in the app stores

  6. RegExr — an extremely helpful regex reference : r/programming

    Feb 19, 2019 · I used RegExr for a while until finding https://regex101.com. It's my go to without question now. Reply while_e • Additional comment actions

  7. My thoughts on regex : r/ProgrammerHumor - Reddit

    Same here. Nobody reads regex. You write it once, document it and include a link to regexr.com or regex101.com showing that it works. Reply reply More replies myrsnipe • My mentor made fun of …

  8. Regexr.com in offline macOS app form? : r/MacOS - Reddit

    Nov 11, 2022 · I want to find an offline, locally-run app for macOS that mimics all the functions of the fantastic website regexr.com Not only does it handle regex…

  9. RegEx wizards, how did you learn RegEx and how did you get it

    Regexr is definitely my favorite tester. I've gotten better at by putting it to use outside actual application programming. I use Everything as a Windows file searcher with regex enabled and I cannot imagine …

  10. How to use regexr or ustrregexra to replace all special ... - Reddit

    Jul 1, 2021 · Hi, I'm having a really hard time using regex commands to remove commas and periods from a set of string. Without using the "subinstr" command How…