weaponregex.mutator.QuantifierShortModification$
Modify quantifier ?, *, + to {n,}, or {n,m}
''Mutation level(s):'' 2, 3
Attributes
- Example:
a* ⟶ a{1,1}, a{0,0}, a{0,2}
- 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