Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 3.76 KB

File metadata and controls

25 lines (17 loc) · 3.76 KB

endswith()

Matches when a string ends with another string.

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

[Back to index]