• @FooBarrington
    link
    161 year ago

    It’s really not too bad as long as:

    • you use a proper IDE (e.g. Regex101) with highlighting and piecewise explanations

    • you use named capturing groups

    • you give the regex a descriptive name in your code

    • @blackbirdbiryani
      link
      31 year ago

      People write regex in notepad and complain it doesn’t work on the first try…