https://multiplefilemaker.com/
sed find and replace regex

How do you find and replace using SED? Does SED use regex?

sed find and replace regex
How do you find and replace using SED?

To know how to use sed , people should understand regular expressions ... while abcd* would search for ' abc ' followed by zero or more occurrences of ' d '.