Keyboard shortcuts

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

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.