Sarah Silverman Sues Maker Of ChatGPT For Copyright Infringement

DL :)@lemmy.ml to Technology@lemmy.ml – 418 points –
Sarah Silverman Sues Maker Of ChatGPT For Copyright Infringement
huffpost.com
181

You are viewing a single comment

OMG. Using it for RegEx searches! How had that not even crossed my mind?

I've tried learning RegEx basics and using some websites to point me in the right direction when a specific use comes up, but tuning the search string correctly usually takes longer than it's been worth. Off to ChatGPT it is!

I'd use it with caution as there are no small mistakes in regex - any can lead to big problems, and ChatGPT does often give wrong or not entirely correct answers.

You need to know regex to use it with chatgpt as it's generally wrong on the first go. I use regex 101 to verify before I run it on anything.

Take the udemy course on regex if you're having trouble getting it. It's fantastic and you'll go from 20 to a 100 real fast.