String interpolation: Difference between revisions

Content deleted Content added
Vadmium (talk | contribs)
m Notes: “Interpolation” sort key
wikification
Line 1:
{{Orphan|date=February 2011}}
 
'''String interpolation''' is a common feature in many [[programming languageslanguage]]s such as [[Ruby (programming language)|Ruby]], [[PHP]], [[Perl]] and, etc. It means to insert a [[String|string]] or replace a variable with its value. It makes string formatting and specifying contents more intuitive.<ref>http://perlmeme.org/howtos/using_perl/interpolation.html</ref>
 
== Examples ==
Line 78:
 
== See also ==
*[[String]]
*[[String literal]]
*[[Concatenation]]