fstn
10/18/2017, 9:24 AMval regex = Regex("""\bfuck\b""")
assertTrue(regex matches "ok fuck you")
there is no matchdiesieben07
10/18/2017, 9:26 AMmatches
documentation:
Indicates whether the regular expression matches the entire input.
diesieben07
10/18/2017, 9:27 AMcontainsMatchIn
.fstn
10/18/2017, 9:28 AM