From: Jeff H. <Je...@Je...> - 2020-07-10 14:14:13
|
<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <p>When I introduced the <b>regex</b> stage, Colin asked about a regex based change stage.</p> <p>I have now added a new stage: <b>changeregex</b> and its aliases down to <b>changer</b>. <br> </p> <p> <blockquote type="cite"><tt>/** changeregex</tt><tt><br> </tt><tt> +-ONE-+</tt><tt><br> </tt><tt> >>--CHANGERegex---delimitedString--delimitedString--+-----+----><</tt><tt><br> </tt><tt> +-ALL-+</tt><tt><br> </tt><tt><br> </tt><tt>*/</tt><br> </blockquote> This does use the Java regex class, so therefore the Java dialect of regex.</p> <p>Jeff<br> </p> </body> </html> |