The [https://docs.arduino.cc/language-reference/](https://Language Reference) does not seem to have the String functions available. For example, when I type "substring" into the search bar in Documentation, the first example takes me to the built-in example. I checked the Language Reference, and sure enough, there is no String category.
Interestingly, if one instead clicks the first result under "On Docs", the String substring Function built-in example tutorial that is opened does include a hyperlink to the Language Reference article on String() objects, but it is a dead link (because it points to https://docs.arduino.cc/language-reference/en/variables/data-types/StringObject/ instead of https://docs.arduino.cc/language-reference/en/variables/data-types/stringObject/).