All I found again and again was this:
[\s\t\r\n\f] \s Whitespace character
Two questions:
- I know that
\n
is new line,\t
is tab, but what is\r
and\f
? - How do I search for them? What keyword should I use in Google?
All I found again and again was this:
[\s\t\r\n\f] \s Whitespace character
Two questions:
\n
is new line, \t
is tab, but what is \r
and \f
?carriage return and form feed respectively. As for how to google, "whitespace characters" worked for me