4 lines
55 B
Bash
4 lines
55 B
Bash
|
|
s="I am the original string"
|
||
|
|
re='o.*l'
|
||
|
|
repl="modified"
|