Houdini 21.0 Nodes APEX nodes

string::StartsWith

Determines if a string starts with a specific string.

On this page
Since 21.0

Returns True if string has startswith as a prefix.

Inputs

string: String

String to search.

startswith: String

Prefix to look for at the start of string.

Outputs

result: Bool

Returns True if string has startswith as a prefix.

See also

APEX nodes