Type tester

[string/Type tester]


Tells whether the input is a string.


Keywords: string, tester, is string

Input ports

  • data: any

    The value to be tested.

Output ports

  • is string: boolean

    Sends true if the data is a string, false otherwise.

Last updated