Set the allowFormFeedAsWhitespace option to the specified value.
Synopsis
Declared in <bdljsn_tokenizer.h>
Tokenizer&
setAllowFormFeedAsWhitespace(bool value);
Description
Return a non‐`const` reference to this tokenizer. If the allowFormFeedAsWhitespace value is true the formfeed character (f) is recognized as a whitespace character in addition to `
`, t, r, and v. Otherwise, formfeed is disallowed as a whitespace character.
Return Value
a non‐`const` reference to this tokenizer
Parameters
Name |
Description |
value |
new value for |
Created with MrDocs