Skip to content

strNilToEmpty

Ben edited this page Aug 16, 2022 · 1 revision

Assures that the given string will not be nil

TRP3_API.utils.str.nilToEmpty(text)

Arguments

  • text: string

Returns

  • text if it exists, else nil
Clone this wiki locally