<substitition [ [id="id"] expression="expression" | refid="id" ] />
481482483484485486487488
regularExpression.setPattern(from); regexp = regularExpression.getRegexp(getProject()); if (to == null) { to = ""; } substitution = new Substitution(); substitution.setExpression(to); }
549550551552553554555556
regularExpression.setPattern(from); regexp = regularExpression.getRegexp(getProject()); if (to == null) { return; } substitution = new Substitution(); substitution.setExpression(to); }
181182183184185186187188
if (subs != null) { throw new BuildException("Only one substitution expression is " + "allowed"); } subs = new Substitution(); subs.setExpression(replace); }
298299300301302303304305
if (subs != null) { throw new BuildException("Only one substitution expression is " + "allowed"); } subs = new Substitution(); return subs; }
618619620621622623624625
687688689690691692693694
regularExpression.setPattern(from); regexp = regularExpression.getRegexp(project); if (to == null) { return; } substitution = new Substitution(); substitution.setExpression(to); }
176177178179180181182183
278279280281282283284285
200201202203204205206207
271272273274275276277278