xarray-schema icon indicating copy to clipboard operation
xarray-schema copied to clipboard

string comparison using regex

Open jhamman opened this issue 4 years ago • 0 comments

We want to be able to compare/validate string type attributes in xarray objects such as name and dimensions. The current implementation includes a direct string comparison but it would be nice to make this more flexible. We may want to support regex-style string comparisons to make comparisons more flexible.

jhamman avatar Nov 30 '21 16:11 jhamman