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