Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Weird and The Wonderful
  4. Good Regular Expression Fiddle

Good Regular Expression Fiddle

Scheduled Pinned Locked Moved The Weird and The Wonderful
regexjavascriptpythonphpcom
8 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    David A Gray
    wrote on last edited by
    #1

    I just found a very nice regular expression fiddle form at [Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript](https://regex101.com/r/vY3pY3/1)

    David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

    Mike HankeyM I 2 Replies Last reply
    0
    • D David A Gray

      I just found a very nice regular expression fiddle form at [Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript](https://regex101.com/r/vY3pY3/1)

      David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

      Mike HankeyM Offline
      Mike HankeyM Offline
      Mike Hankey
      wrote on last edited by
      #2

      I have used Expresso[^] for a long time and really like it. Granted I don't use regex a lot, out of sheer terror but when I do I use Expresso. :)

      Everyone has a photographic memory; some just don't have film. Steven Wright

      D 2 Replies Last reply
      0
      • Mike HankeyM Mike Hankey

        I have used Expresso[^] for a long time and really like it. Granted I don't use regex a lot, out of sheer terror but when I do I use Expresso. :)

        Everyone has a photographic memory; some just don't have film. Steven Wright

        D Offline
        D Offline
        David A Gray
        wrote on last edited by
        #3

        Thank you for reminding me about Expresso. Though I've seen it before, I've never put forth the effort to install it. A quick look at the screen shot on his home page tells me right away why you like it; it's a full-service regular expression editor that looks like it would meet most needs of anyone whose use of regular expressions is infrequent, and would be a nice productivity tool for experienced regular expression authors. Working with Perl for the last 20 years has required becoming fairly comfortable reading and writing regular expressions. Although I write less Perl today than I did fifteen years ago, my general purpose text editor, UltraEdit, has supported Perl/AWK style usage of regular expressions in its find and replace dialog boxes for at least the last nine years, and I use them regularly. Hence, between the two, I can usually cobble together a usable expression pretty quickly. I found this online fiddle form when I went in search of a regular expression idiom that I have almost never used, the "not followed by" idiom. Incidentally, I needed it in a regular expression to search for a particular type of syntax error in a manually edited Visual C++ project configuration file. (I know, I have no business editing those .vcxproj files by hand, but I've become somewhat obsessed lately with fully parameterizing my build configurations, which can be done much more quickly by editing the configuration directly than by clicking around in the Visual Studio property page editor. While I will probably download Expresso for use in my home office, there remains, nevertheless, a place for online fiddle forms when I must use a computer that doesn't belong to me, meaning that I must get permission to install tools of my choosing on it. That goes double when I need to borrow a clients's computer for only a few minutes to help them solve a problem.

        David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

        1 Reply Last reply
        0
        • Mike HankeyM Mike Hankey

          I have used Expresso[^] for a long time and really like it. Granted I don't use regex a lot, out of sheer terror but when I do I use Expresso. :)

          Everyone has a photographic memory; some just don't have film. Steven Wright

          D Offline
          D Offline
          David A Gray
          wrote on last edited by
          #4

          Mike Hankey wrote:

          Everyone has a photographic memory; some just don't have film.

          I just noticed the quote in your sig, and told my wife. She howled. :-D

          David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

          Mike HankeyM 1 Reply Last reply
          0
          • D David A Gray

            Mike Hankey wrote:

            Everyone has a photographic memory; some just don't have film.

            I just noticed the quote in your sig, and told my wife. She howled. :-D

            David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

            Mike HankeyM Offline
            Mike HankeyM Offline
            Mike Hankey
            wrote on last edited by
            #5

            Glad she liked it. I understand about the regex online thing, just didn't know if you knew about Expresso.

            Everyone has a photographic memory; some just don't have film. Steven Wright

            D 1 Reply Last reply
            0
            • Mike HankeyM Mike Hankey

              Glad she liked it. I understand about the regex online thing, just didn't know if you knew about Expresso.

              Everyone has a photographic memory; some just don't have film. Steven Wright

              D Offline
              D Offline
              David A Gray
              wrote on last edited by
              #6

              I vaguely recall reading about Expresso several years ago, when I was working on one of those computers onto which I was forbidden to install most tools, even of the FOSS variety.

              David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

              1 Reply Last reply
              0
              • D David A Gray

                I just found a very nice regular expression fiddle form at [Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript](https://regex101.com/r/vY3pY3/1)

                David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

                I Offline
                I Offline
                inch
                wrote on last edited by
                #7

                Not seen that before. My fave is RegExr: Learn, Build, & Test RegEx[^]

                D 1 Reply Last reply
                0
                • I inch

                  Not seen that before. My fave is RegExr: Learn, Build, & Test RegEx[^]

                  D Offline
                  D Offline
                  David A Gray
                  wrote on last edited by
                  #8

                  There are probably more RegExp fiddle forms than there are JSFiddle, JSONFiddle, and all the rest combined. What appealed to me about this one was the clear feedback about text entered into the test text box.

                  David A. Gray Delivering Solutions for the Ages, One Problem at a Time Interpreting the Fundamental Principle of Tabular Reporting

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups