User Tools

Site Tools


en:stringoperators

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:stringoperators [2016/08/09 11:21]
admin created
en:stringoperators [2020/04/21 21:16] (current)
admin
Line 8: Line 8:
 |+|Concatenation|a + b|Appends b to the end of a (If either (or both) a and b are not numbers, see [[IsNumeric|IsNumeric]]). <sup>2</sup>| |+|Concatenation|a + b|Appends b to the end of a (If either (or both) a and b are not numbers, see [[IsNumeric|IsNumeric]]). <sup>2</sup>|
 |&|Concatenation|a & b|Appends b to the end of a (If either (or both) a and b are not numbers, see [[IsNumeric|IsNumeric]]). <sup>3</sup>| |&|Concatenation|a & b|Appends b to the end of a (If either (or both) a and b are not numbers, see [[IsNumeric|IsNumeric]]). <sup>3</sup>|
 +|*|Repeat|a * i|Repeats string a, integer i times.  If i <= 0 an empty string will be returned.|
 +
 +==== History ==== 
 +|2.0.0.0|Added string repeat using the '*' operator.|
en/stringoperators.1470763319.txt.gz ยท Last modified: 2020/02/28 10:46 (external edit)