@serenity-is/corelib / trimToNull
Function: trimToNull()
trimToNull(
s):string
Trims the whitespace characters from the start and end of the string Returns null if the string is null, undefined or whitespace.
Parameters
s
string
Returns
string
@serenity-is/corelib / trimToNull
trimToNull(
s):string
Trims the whitespace characters from the start and end of the string Returns null if the string is null, undefined or whitespace.
string
string