2 lines
82 B
Bash
2 lines
82 B
Bash
modified=${s/~(E)$re/$repl}
|
|
echo "$modified" # I am the modified string
|
modified=${s/~(E)$re/$repl}
|
|
echo "$modified" # I am the modified string
|