StringFind¶
Find the (zero-based) start index of a substring in a string.
Note that this defaults to returning -1 if the substring is not found. As with all string ops, None values are generally passed through. Version 1.0.0
Ports/Properties¶
string¶
String to process.
result¶
Start index if found.
substring¶
Substring to find.
notfound¶
Value to return if the substring is not found. This can also be set to None if desired.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.