Skip navigation links

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

E17274-04


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(Matcher matcher, StringBuffer sb)
          Called during evaluation when a match is made

 

Method Detail

appendReplacement

void appendReplacement(Matcher matcher,
                       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® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


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