perl -p -i -e 's/hello/hola/g' *.txt
Use \1
et al.
# '@include align-items(center);' => 'align-items: center;'
perl -p -i -e "s/\@include (align-items)\((.*)\);/\1: \2;/g"
Subscribe to get resources directly to your inbox. You won't receive any spam! ✌️