Just to be clear, DATE_PATTERN is whatever regex you use.  For instance:

   static private final Pattern DATE_PATTERN = Pattern.compile( ".*Principal 
Date\\D+(\\d+) (\\d+).*", DOTALL );


-----Original Message-----
From: Abramowitsch, Peter [mailto:pabramowit...@hearst.com] 
Sent: Wednesday, July 13, 2016 3:04 PM
To: dev@ctakes.apache.org
Subject: Re: Help needed with document creation time/date

Got it.  Thanks

On 7/13/16, 12:00 PM, "Finan, Sean" <sean.fi...@childrens.harvard.edu>
wrote:

>DATE_PATTERN.matcher

Reply via email to