Content deleted Content added
Bunnyhop11 (talk | contribs) No edit summary |
|||
Line 1:
{{Orphan|date=February 2011}}
'''String interpolation''' is a common feature in many programming languages such as [[Ruby (programming language)|Ruby]], [[PHP]], [[Perl]] and etc. It means to insert a 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 ==
|