If anybody has any suggestions for learning the basics of regex I'd greatly appreciate them
I know there are plenty of sites where I can dump a regex string and get a translation but I'd like to know a little bit
If anybody has any suggestions for learning the basics of regex I'd greatly appreciate them
I know there are plenty of sites where I can dump a regex string and get a translation but I'd like to know a little bit
@farewell_ladmin Have you tried using ChatGPT for this yet? Obviously it’s pretty good at handling the usual “write a regex query to match _____” stuff, but it’s also nice to paste in a query and ask it to explain how it works.
Also of note, asking ChatGPT to “teach me the basics of regular expressions” provided a better answer than I expected it to.