3

All I found again and again was this:

[\s\t\r\n\f]    \s  Whitespace character

Two questions:

  1. I know that \n is new line, \t is tab, but what is \r and \f?
  2. How do I search for them? What keyword should I use in Google?
Lucia
  • 13,033
  • 6
  • 44
  • 50

1 Answers1

1

carriage return and form feed respectively. As for how to google, "whitespace characters" worked for me

moodoki
  • 109
  • 1
  • 6