[Solved] Bash: uppercase text inside html tag with sed

This will work only for your case and is not parsing HTML. DISCLAIMER First read: https://stackoverflow.com/a/1732454/7939871 This parsing with a sed Search-and-replace Regular Expression is a shortcut interpretation. It is in no way for use in any kind of production setup; as it would break on so many valid HTML syntax or layout variations like: … Read more