Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.common.util
Interface StringTools.RegexAppendCallback

Enclosing class:
StringTools

public static interface StringTools.RegexAppendCallback

Allows a user to append/modify a buffer during a call to StringTools.evaluateRegexWithCallback(java.lang.String, java.lang.String, com.stellent.cis.common.util.StringTools.RegexAppendCallback)


Method Summary
 void appendReplacement(java.util.regex.Matcher matcher, java.lang.StringBuffer sb)
          Called during evaluation when a match is made

 

Method Detail

appendReplacement

void appendReplacement(java.util.regex.Matcher matcher,
                       java.lang.StringBuffer sb)
Called during evaluation when a match is made
Parameters:
matcher - the current matcher object
sb - the current string buffer to modify

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.