NullableStringExtensions extension

on

Properties

isEmpty bool
Whether this string is empty.
no setter
isNotEmpty bool
Whether this string is not empty
no setter
length int
The length of the string.
no setter

Methods

first({String separator = "/"}) String
Get the first string which is separated by separator.
last({String separator = "/"}) String
Get the last string which is separated by separator.
localize(String defaultValue) String
Get translated text.