Class NormalizerRuleIgnoreLeadingNewlines


  • public class NormalizerRuleIgnoreLeadingNewlines
    extends StringNormalizer.RegexNormalizerRule
    A string normalizer for string comparisons that should ignore differences on leading line breaks.
    • Constructor Detail

      • NormalizerRuleIgnoreLeadingNewlines

        public NormalizerRuleIgnoreLeadingNewlines()
        This will create a regular expression that will trim leading new lines as a normalization operation.