weaponregex.mutator.QuantifierNMModification$
Modify quantifier {n,m}
to {n-1,m}
, {n+1,m}
, {n,m-1}
, and {n,m+1}
''Mutation level(s):'' 2, 3
Attributes
- Example:
a{5,10}
⟶ a{4,10}
, a{6,10}
, a{5,9}
, a{5,11}
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Self type
Members list
Concise view
Type members
Attributes
- pattern
The string pattern to be converted
- Inherited from:
- TokenMutator
- Graph
- Supertypes
class Object
trait Matchable
class Any
Value members
Apply mutation to the given token
A short description of the mutator
A short description of the mutator
Attributes
The mutation levels that the token mutator falls under
The mutation levels that the token mutator falls under
Attributes
Implicits
Attributes
- pattern
The string pattern to be converted
- Inherited from:
- TokenMutator