Fix compilation error due to casacore regex changes
Created by: aroffringa
Fixes #231 (closed). Recent changes in casacore, in particular the use of std::regex, have removed an implicit constructor for casacore::regex, requiring explicit calling of the constructor.