DEV Community

Discussion on: How do you regex?

Collapse
 
drsensor profile image
૮༼⚆︿⚆༽つ
  1. ask copilot
  2. got dumb answer? so $askagain
  3. test that! curl_cat_whatever $something | rg -n -w $regex
  4. bug? visualize regex as railroad diagram (I'm still searching CLI similar to npeg but for regex while being a stand-alone binary)
  5. ditch regex and just use PEG 😂