About 32,700 results
Open links in new tab
  1. JavaScript String substring () Method - W3Schools

    The substring () method extracts characters, between two indices (positions), from a string, and returns the substring. The substring …

  2. SUBSTRING (Transact-SQL) - SQL Server | Microsoft Learn

    Jul 20, 2026 · The SUBSTRING function returns a portion of a specified character, binary, text, or image expression.

  3. Java String substring () Method - W3Schools

    Definition and Usage The substring () method returns a substring from the string. If the end argument is not specified then the …

  4. Java String substring () Method - GeeksforGeeks

    Apr 11, 2025 · In Java, the substring () method of the String class returns a substring from the given string. This method is most …

  5. std::basic_string<CharT,Traits,Allocator>:: - cppreference.com

    Return value String containing the substring [pos, pos + count) or [pos, size ()). Exceptions std::out_of_range if pos > size(). If an …

  6. JavaScript String substring () Method - GeeksforGeeks

    Jan 16, 2026 · The substring () method is used to extract a portion of a string. It returns a new string without changing the original …

  7. @SubString - Oracle Help Center

    @SUBSTRING returns the substring that begins with the character at the beginning index and extends to the character before the …

  8. Substring - Wikipedia

    A string is a substring (or factor) [1] of a string if there exists two strings and such that . In particular, the empty string is a substring of …

  9. substring function | Databricks on AWS

    Jun 24, 2026 · substring function Applies to: Databricks SQL Databricks Runtime Returns the substring of expr that starts at pos and …

  10. SUBSTR - Oracle Help Center

    The SUBSTR functions return a portion of char, beginning at character position, substring_length characters long. SUBSTR …