<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Substr Examples</title><link>http://www.bing.com:80/search?q=Substr+Examples</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Substr Examples</title><link>http://www.bing.com:80/search?q=Substr+Examples</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>What is the difference between substr and substring?</title><link>https://stackoverflow.com/questions/3745515/what-is-the-difference-between-substr-and-substring</link><description>The main difference is that substr() allows you to specify the maximum length to return substring() allows you to specify the indices and the second argument is NOT inclusive There are some additional subtleties between substr() and substring() such as the handling of equal arguments and negative arguments. Also note substring() and slice() are similar but not always the same.</description><pubDate>Thu, 02 Apr 2026 05:10:00 GMT</pubDate></item><item><title>c++ - How to use string.substr () function? - Stack Overflow</title><link>https://stackoverflow.com/questions/2477850/how-to-use-string-substr-function</link><description>string substr ( size_t pos = 0, size_t n = npos ) const; Generate substring Returns a string object with its contents initialized to a substring of the current object. This substring is the character sequence that starts at character position pos and has a length of n characters. Your line b = a.substr(i,i+1); will generate, for values of i:</description><pubDate>Thu, 02 Apr 2026 04:56:00 GMT</pubDate></item><item><title>substr() from the 1. to the last character C++ - Stack Overflow</title><link>https://stackoverflow.com/questions/34698270/substr-from-the-1-to-the-last-character-c</link><description>I would like to use substr () function in order to get the chain of characters from the 1. to the last, without 0. Should I do sth like this: string str = xyz.substr (1, xyz.length ()); or (xyz.length...</description><pubDate>Thu, 02 Apr 2026 06:50:00 GMT</pubDate></item><item><title>substring - How substr () of c++ really works? - Stack Overflow</title><link>https://stackoverflow.com/questions/64439654/how-substr-of-c-really-works</link><description>string substr (size_t pos = 0, size_t len = npos) const; Generate substring Returns a newly constructed string object with its value initialized to a copy of a substring of this object. The substring is the portion of the object that starts at character position pos and spans len characters (or until the end of the string, whichever comes first). Parameters: pos: Position of the first ...</description><pubDate>Thu, 02 Apr 2026 11:01:00 GMT</pubDate></item><item><title>Qual é a diferença entre substr () e substring ()?</title><link>https://pt.stackoverflow.com/questions/340337/qual-%c3%a9-a-diferen%c3%a7a-entre-substr-e-substring</link><description>substr() você vai da posição inicial indicada pelo primeiro argumento até a a quantidade de caracteres indicada pelo segundo argumento, ou seja o segundo argumento é um length da porção que deseja pegar. substring() você vai da posição inicial indicada pelo primeiro argumento até a posição final final indicada pelo segundo argumento, portanto determina o trecho que deve pegar, ou ...</description><pubDate>Thu, 02 Apr 2026 03:08:00 GMT</pubDate></item><item><title>SUBSTR and INSTR SQL Oracle - Stack Overflow</title><link>https://stackoverflow.com/questions/53991647/substr-and-instr-sql-oracle</link><description>I've started using SUBSTR and INSTR in Oracle but I got confused when I came across this. SELECT PHONE, SUBSTR(PHONE, 1, INSTR(PHONE, '-') -1) FROM DIRECTORY; So I know SUBSTR cuts values off, and...</description><pubDate>Tue, 31 Mar 2026 08:04:00 GMT</pubDate></item><item><title>How to Select a substring in Oracle SQL up to a specific character ...</title><link>https://stackoverflow.com/questions/4389571/how-to-select-a-substring-in-oracle-sql-up-to-a-specific-character</link><description>SELECT REGEXP_SUBSTR('STRING_EXAMPLE','[^_]+',1,1) from dual is the right answer, as posted by user1717270 If you use , it will give you the position for a string that assumes it contains "_" in it. What if it doesn't? Well the answer will be 0. Therefore, when you want to print the string, it will print a .</description><pubDate>Fri, 03 Apr 2026 16:22:00 GMT</pubDate></item><item><title>Sacar cadena de texto PHP - substr - Stack Overflow en español</title><link>https://es.stackoverflow.com/questions/124433/sacar-cadena-de-texto-php-substr</link><description>Sacar cadena de texto PHP - substr Formulada hace 8 años y 3 meses Modificada hace 6 años y 7 meses Vista 2k veces</description><pubDate>Sat, 28 Mar 2026 06:56:00 GMT</pubDate></item><item><title>How to use substring function in c? - Stack Overflow</title><link>https://stackoverflow.com/questions/10530064/how-to-use-substring-function-in-c</link><description>If you know the character also in the string from where you want to get the substring then you can use strstr function. It locates the substring. But if u do not know the character from where you want to retrieve then you can use the strcpy or strncpy to get the string as Eric has mentioned.</description><pubDate>Fri, 03 Apr 2026 02:38:00 GMT</pubDate></item><item><title>SELECT Statement with substr in WHERE Clause - Stack Overflow</title><link>https://stackoverflow.com/questions/9628460/select-statement-with-substr-in-where-clause</link><description>SELECT Statement with substr in WHERE Clause Asked 14 years ago Modified 12 years, 10 months ago Viewed 107k times</description><pubDate>Thu, 02 Apr 2026 05:17:00 GMT</pubDate></item></channel></rss>