marlichimi / beast-mcmc

Automatically exported from code.google.com/p/beast-mcmc
0 stars 0 forks source link

RegEx should default to having braces round them #361

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The regex option in GuessDates and GuessTraits fails if no pair of braces 
'(...)' are defined. Should check to see if braces are present and if not 
assume the entire expression is the required match and surround the entire 
expression with braces.

Original issue reported on code.google.com by ramb...@gmail.com on 16 Aug 2010 at 8:37

GoogleCodeExporter commented 8 years ago
Implemented for traits and dates.

Original comment by ramb...@gmail.com on 18 Aug 2010 at 11:29