Function subright()

← Back to Module string



Module string → subright()

Description

Extract a specified number of characters from the right side of a string

subright(s, len)


Parameters


Return Value


Usage Example

subright("Hello World", 2)   ' Returns "ld"