EndsWith Op
does a string starts with another string?
Summary (oneliner)
outputs true if the string begins with search string
Full Name
- Ops.String.EndsWith
- Core Op - visible for everyone
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
String (String)
Search (String)
OUTPUT PORTS
Ends with (booleanNumber)