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