The appeal of Perl when I chose my first "real" programming language, after using Javascript for browser compatibility hacks, was that it was designed by a linguist with regular expressions built into the language as first class citizens. My flatmate at the time, who worked for a bank, was trying to persuade me that Java was the future but I took one look at Java's regex implementation, where you have to escape regex metacharacters, and nearly threw up. Java 17 still hasn't fixed this even after adding raw string literals.