final class OrStartWithWord extends AnyRef
This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers
for an overview of
the matchers DSL.
- Source
- MatcherFactory7.scala
- Alphabetic
- By Inheritance
- OrStartWithWord
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new OrStartWithWord()
Value Members
-
def
regex(regex: Regex): MatcherFactory7[SC with String, TC1, TC2, TC3, TC4, TC5, TC6, TC7]
This method enables the following syntax given a
MatcherFactory7
:This method enables the following syntax given a
MatcherFactory7
:aMatcherFactory or startWith regex (decimal) ^
-
def
regex(regexWithGroups: RegexWithGroups): MatcherFactory7[SC with String, TC1, TC2, TC3, TC4, TC5, TC6, TC7]
This method enables the following syntax given a
MatcherFactory7
:This method enables the following syntax given a
MatcherFactory7
:aMatcherFactory or startWith regex ("a(b*)c" withGroup "bb") ^
-
def
regex(regexString: String): MatcherFactory7[SC with String, TC1, TC2, TC3, TC4, TC5, TC6, TC7]
This method enables the following syntax given a
MatcherFactory7
:This method enables the following syntax given a
MatcherFactory7
:aMatcherFactory or startWith regex (decimal) ^