$str.prepend
Prepend one string to another.
Usage
<string> $str.prepend(<string:string>,<toprepend:string>)
Description
This function returns a string created prepending the second string parameter to the start of the first string parameter.

Index, Functions