Treatment contains
std/text/compare::contains
Parameters
↳ var substring: string
Inputs
⇥ text: Stream<string>
Outputs
↦ contains: Stream<bool>
For each string in text, emit true through contains if it contains substring.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
std/text/compare::contains
↳ var substring: string
⇥ text: Stream<string>
↦ contains: Stream<bool>
For each string in text, emit true through contains if it contains substring.