The action of replacing something with another thing.
http://maven.apache.org/pom.html#Properties says property "values are accessible anywhere within a POM". Should this read "are …
maven-2 properties substitution pom.xmlI use GVim on Windows 7. I want to learn how to put newline characters by using regex substitutions. To do …
regex vim newline substitutionI need to scrub a column of names in Excel to eliminate all non-Alpha characters including periods, commas, spaces, hyphens …
excel excel-formula substitution excel-udf vbaSuppose you have this text: name1 = "John"; age1 = 41; name2 = "Jane"; age2 = 32; name3 = "Mike"; age3 = 36; ... and you want to split each …
vim newline vi line-breaks substitutionI have Perl code: my $s = "The+quick+brown+fox+jumps+over+the+lazy+dog+that+is+my+dog"; I …
regex perl substitutionI'm trying to iterate through a collection and display information in a SendGrid template using Ruby on Rails. recipient = SendGrid::…
api email substitution sendgrid transactional-emailI saw other questions dealing with the finding the n-th occurrence of a word/pattern, but I couldn't find how …
regex vim sed substitutionI've always used an interface based git client (smartGit) and thus don't have much experience with the git console. However, …
git substitution git-filter-branch git-rewrite-history bfg-repo-cleanerI have a css file and I want to add an empty line after every }. How can I do this …
regex vim replace vi substitutionI basically want to do this: cat file | grep '<expression>' | sed 's/<expression>/<…
regex sed substitution