E extension

Extensions on String

on

Methods

allBeforeLastN(int n) String
get all characters from string before last n characters.
isNumeric() bool
check if string is a number.
lastChars(int n) String
get last n chars from string.