The action of replacing something with another thing.
Everybody says eval is evil, and you should use $() as a replacement. But I've run into a situation where the …
bash eval substitution quoteIn the code below, I would like the value of THE_VERSION_STRING to be taken from the value of …
c++ environment-variables c-preprocessor substitutionSmall example: perl -e '$s="aaabbcc";$c=()=$s=~/a/g;print"$c\n$s\n"' (m//g) outputs 3 …
regex perl substitutionAs part of a system build script I have a script that creates various files and configurations. However one part …
bash substitutionI need replace all ; to \n , but :%s/;/\n/gc not works
regex vim substitutionWhat's the best way to take some plain text (not PHP code) which contains PHP-style variables, and then substitute in …
php variables substitutionI simply wanna read in a logfile, do a search and replace, and then write out the changes to that …
perl file substitutionI am trying to use XSLT variables and not having much success, hopefully I'm just doing something dumb. I have …
xslt variables substitutionFirst of all sorry for asking such a basic question. But I am having difficulties understanding substitution method for solving …
algorithm substitution recurrence induction