On 6/30/19 5:41 PM, Dan Malcolm wrote:

Hi Dan,

Good point Mike.  Right now I’m using the PHP regex function and “(\d{4})-(\d{2})-(\d{2})”.  That worked until the format change.  The function returns a T/F status and sticks the result into an array.

This doesn't match with the current format.

Claude recommended a regex '^\d{6}_\d{6}\b' to detect the new format.  I think both will work.

The regex, which I have mentioned, works fine with the current format, but not with previous ones.

Best wishes,
Claude (DJ0OT)


_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to