Skip to content

Incorrect description of isWhitespace in website documentation #44

@shurik179

Description

@shurik179

Documentation of isWhitespace function on Arduino website says

Analyse if a char is a white space, that is space, formfeed ('\f'), newline ('\n'), carriage return ('\r'), horizontal tab ('\t'), and vertical tab ('\v')).

This is not correct. Implementation of isWhitespace function in arduino core defines it as a synonym of C function isblank, which only matches space and \t

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions