net.sf.antcontrib.property
public class RegexUtil extends Object
Method Summary | |
---|---|
static String | select(String select, Vector groups)
Parse a select string, and merge it with a match groups
vector to produce an output string. |
Parameters: select The select string groups The match groups
Returns: The output string with the merged selection