sd
last updated: Feb 24, 2024
Painless regular expressions. Â
sd
uses regex syntax that you already know from JavaScript and Python. Forget about dealing with quirks ofsed
orawk
- get productive immediately.
String-literal mode. Â Non-regex find & replace. No more backslashes or remembering which characters are special and need to be escaped.
Easy to read, easy to write. Â Find & replace expressions are split up, which makes them easy to read and write. No more messing with unclosed and escaped slashes.
Smart, common-sense defaults. Â Defaults follow common sense and are tailored for typical daily use.