right
Last updated
Extract a specified number of characters from the right side of a text.
string
The value where the extraction would happen.
String/Text
-
-
Yes
length
The number of characters to extract.
Number
0
-
Yes
byLanguageFormat
To follow the language format. Usually this matters for languages that doesn't use alphabet.
Boolean
false
-
No
Returns the extracted text.
String/Text
N/A
Coming soon.
The user wants to display a specified number of characters from the right hand side of a string..
Call the function console. Call the function right inside the value parameter of the console function.
string: 123456789
length : 6


Last updated