Right
Extract the rightmost count characters from a string
Method Signature
Arguments
Argument
Type
Required
Description
Default
string
string
true
The string to extract from
count
integer
true
The number of characters to retrieve.
Examples
Related
Last updated