User Tools

Site Tools


en:stringoperators

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
en:stringoperators [2020/02/28 10:46]
127.0.0.1 external edit
en:stringoperators [2020/04/21 21:16]
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.txt ยท Last modified: 2020/04/21 21:16 by admin