Class StringReplaceCheck

    • Constructor Detail

      • StringReplaceCheck

        public StringReplaceCheck()
    • Method Detail

      • lookedUpFunctions

        protected Map<String,​Integer> lookedUpFunctions()
        Description copied from class: AbstractRegexCheck
        Should return a map whose keys are the functions the check is interested in, and the values are the position of the flags parameter. Set the position of the flags parameter to null if there is none.
        Overrides:
        lookedUpFunctions in class AbstractRegexCheck