Skip to content

to_boolean

Signature

to_boolean(string)

Description

It returns true or false for any string, such as 'True', 'TruE', 'False', 'FAlse', 'faLSE', etc.

Examples

TODO