Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 3.69 KB

File metadata and controls

24 lines (16 loc) · 3.69 KB

find()

Matches if the first string contains the second.

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

[Back to index]