RoadieRich@midwest.socialtoProgramming@programming.dev•Hear me out: A scripting language that compiles to bash or sh (any suggestions?)English
81·
1 year agoPython or Perl. IIRC, I’ve seen systems with a Perl install by default, but not Python.
Python or Perl. IIRC, I’ve seen systems with a Perl install by default, but not Python.
The things is, if you try to parse html with a regex, you will always be able to construct valid html that will break it, no matter how complex your regex becomes.