Package net.sf.antcontrib.property
Class RegexUtil
java.lang.Object
net.sf.antcontrib.property.RegexUtil
Regular Expression utilities
- Author:
- Matthew Inger
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RegexUtil
public RegexUtil()
-
-
Method Details
-
select
Parse a select string, and merge it with a match groups vector to produce an output string. Each group placehold in the select string is replaced with the group at the corresponding index in the match groups vector- Parameters:
select
- The select stringgroups
- The match groups- Returns:
- The output string with the merged selection
-