Normaliser flags
Constants | ||
---|---|---|
public
|
GREEDY = 1
Normalise names by applying every available transformation
Normalise names by applying every available transformation This is the default. |
# |
public
|
LAZY = 2
Normalise names by changing them as little as possible
Normalise names by changing them as little as possible |
# |
public
|
CAREFUL = 4
If a name matches a hint passed to the normaliser, return it without
applying further transformations
If a name matches a hint passed to the normaliser, return it without applying further transformations The name and the hint are both {@see NormaliserFlag::LAZY}-normalised for comparison. |
# |