MCPcopy Create free account
hub / github.com/SmingHub/Sming / charAt

Method charAt

Sming/Wiring/WString.h:562–565  ·  view source on GitHub ↗

* @brief Obtain the character at the given index * @param index * @retval char * @note If index is invalid, returns NUL \0 */

Source from the content-addressed store, hash-verified

560 * @note If index is invalid, returns NUL \0
561 */
562 char charAt(size_t index) const
563 {
564 return operator[](index);
565 }
566
567 /**
568 * @brief Sets the character at a given index

Callers 3

jquery.jsFile · 0.80
convertToIdFunction · 0.80
SearchBoxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected