RosettaCodeData/Task/Regular-expressions/UNIX-Shell/regular-expressions-2.sh
2023-07-01 13:44:08 -04:00

3 lines
55 B
Bash

s="I am the original string"
re='o.*l'
repl="modified"