Skip to content
Commit 383d2a6e authored by Smitty van Bodegom's avatar Smitty van Bodegom Committed by Carl Schwan
Browse files

Match sed behavior for sed editing

Before s/a/b/ turns "aaa" into "bbb", while sed would turn it into
"baa". This updates the sed editing syntax to match sed behavior. The
/g flag is supported for doing global replacements when needed.
parent db1a9a0c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment