String interpolation: Difference between revisions

Content deleted Content added
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 ==