WSDOT-GIS/geospatial-metadata

Make CSS class name function replacement regex global.

JeffJacobson opened this issue · 0 comments

Currently, the function that converts strings to valid CSS names only replaces the first instance of an invalid character. Add the g (global) option so that all invalid characters are replaced.