digital-preservation / csv-schema

CSV Schema
http://digital-preservation.github.io/csv-schema
Mozilla Public License 2.0
98 stars 33 forks source link

Ability to escape characters #19

Open paulyoung84 opened 6 years ago

paulyoung84 commented 6 years ago

A use case has appeared where it would be useful to be able to escape characters so that they can be interpreted differently from default behaviour.

For example -

is("")

Causes an error because it contains ", propose being able to use backlash to escape.

is("<extref href=\"http://www.nationalarchives.gov.uk\">")