Online Documentation missing String.toInt()

The page located at /en/Reference/StringObject does not reference the toInt() function of the String object. I have found example sketches that use the toint() function and have used it myself. It would be nice if this was included in the reference documentation.

Thanks!

The forums software wouldn't let me post a link until after my first post, so here's the full url to the documation page: String() - Arduino Reference

Can you post a minimal sample sketch as I cannot reproduce this and cannot find it in the String Class definition either. Are you using a library?

I'm using the example sketch included in the Arduino 0022 download.

https://github.com/arduino/Arduino/blob/master/build/shared/examples/8.Strings/StringToInt/StringToInt.pde

See line #36

OK I see it is new in version 22, not used that one yet (much).