string for a trimmed string.
const schema = x.untrimmedString Copy
const schema = x.untrimmedString
x.untrimmedString.parse(' hello ') // ' hello ' Copy
x.untrimmedString.parse(' hello ') // ' hello '
See
string for a trimmed string.
Example
Example