This method enables the following syntax:
This method enables the following syntax:
string must not fullyMatch regex ("a(b*)c" withGroup "bb") ^
This method enables the following syntax:
This method enables the following syntax:
"eight" must not fullyMatch regex ("""(-)?(\d+)(\.\d*)?""") ^
This method enables the following syntax:
This method enables the following syntax:
"eight" must not fullyMatch regex ("""(-)?(\d+)(\.\d*)?""".r) ^
Overrides to return "regex"
Overrides to return "regex"
This class is part of the ScalaTest matchers DSL. Please see the documentation for
Matchers
for an overview of the matchers DSL.