Interface RegexpSubstitution

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String substitute​(org.apache.oro.text.regex.MatchResult results)
      Returns the substitution for the given match.
    • Method Detail

      • substitute

        java.lang.String substitute​(org.apache.oro.text.regex.MatchResult results)
        Returns the substitution for the given match.
        Parameters:
        results - the result of the match
        Returns:
        the substitution for the given match.
        Since:
        jcms-6.0.0