trim()
Removes leading and trailing whitespace from the string.
trim(): this;
Return value
This builder, for chaining.
Examples
f.string().trim()
Related
interface Schema.StringBuilder static
A validation builder for string values.
Removes leading and trailing whitespace from the string.
trim(): this;
This builder, for chaining.
f.string().trim()