About 2,830,000 results
Open links in new tab
  1. String - JavaScript | MDN - MDN Web Docs

    Jul 10, 2025 · The String() function: String(x) uses the same algorithm to convert x, except that Symbols don't throw a TypeError, but return "Symbol(description)", where description is the …

  2. String (Java Platform SE 8 ) - Oracle Help Center

    The class String includes methods for examining individual characters of the sequence, for comparing strings, for searching strings, for extracting substrings, and for creating a copy of a …

  3. std::basic_string - cppreference.com

    Apr 27, 2025 · The class template basic_string stores and manipulates sequences of character -like objects, which are non-array objects of TrivialType and StandardLayoutType. The class is …

  4. string - C++ Users

    The standard string class provides support for such objects with an interface similar to that of a standard container of bytes, but adding features specifically designed to operate with strings of …

  5. String Class (System) | Microsoft Learn

    Represents text as a sequence of UTF-16 code units. For more information about this API, see Supplemental API remarks for String. Initializes a new instance of the String class to the value …

  6. string — Common string operations — Python 3.14.0 …

    2 days ago · The syntax is related to that of formatted string literals and template string literals, but it is less sophisticated and, in particular, does not support arbitrary expressions in …

  7. JavaScript String Methods - W3Schools

    The replaceAll() method allows you to specify a regular expression instead of a string to be replaced. If the parameter is a regular expression, the global flag (g) must be set, otherwise a …