Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


oracle.stellent.ridc.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 evaluateRegexWithCallback


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 append/modify

Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.