Tag: Regex
Find and Replace with sed
Edit a file in place with sed -i, replacing matches globally.
Author:
chris
Regex with re.search
Use named groups with the re stdlib and access them via groupdict().
Author:
chris