Login  Register

Re: regular expression in ImageJ

Posted by vischer on Mar 14, 2008; 8:00pm
URL: http://imagej.273.s1.nabble.com/regular-expression-in-ImageJ-tp3696870p3696873.html

v1.39r supports regex:

matches(string, regex)
Returns true if string matches the specified regular expression.
Norbert