Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 3.79 KB

File metadata and controls

25 lines (17 loc) · 3.79 KB

startswith()

Matches when a string begins with another string.

Data signatures
startswith( check this: $${\color{green}str}$$ ǁ '' ǁ $${\color{green}None}$$, for this: $${\color{green}str}$$ ǁ '' ǁ $${\color{green}None}$$ )
Call signatures
startswith( check this: Term ǁ Variable ǁ Header ǁ Function ǁ Reference, for this: Term ǁ Variable ǁ Header ǁ Function ǁ Reference )
Purpose Value
Main focus startswith() produces a calculated value
Aliases startswith, starts_with
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]