I have to use a ton of regex in my new job (plz save me), and I use ChatGPT for all of it. My job would be 10x harder if it wasn't for ChatGPT. It provides extremely detailed examples and warns you of situations where the regex may not perform as expected. Seriously, try it out.

you are viewing a single comment's thread
view the rest of the comments
[–] 83 points 3 years ago (2 children)

Just make sure to test the regex instead of blindly slapping it in assuming it works 🙂

  • source
  • hideshow 4 child comments
  • [–] 29 points 3 years ago (1 child)

    What if I say "it's probably okay just this one time" before I do it every time?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 9 points 3 years ago (1 child)

    Ah I've tested this method, shit breaks a lot. Still my go to.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 3 years ago (1 child)

    The new Code Interpreter plugin that went live for this week for Plus users can actually execute Python code on a sandboxed environment. This allows you to add "Write and execute tests for the regex" to the end of your prompt.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 15 points 3 years ago* (3 children)

    Regex101 is a sandbox env specifically for Regex

  • source
  • parent
  • hideshow 6 child comments