Documentation

trim()

Removes leading and trailing whitespace from the string.

trim(): this;

Return value

This builder, for chaining.

Examples

f.string().trim()

Related