<?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>Wed, 08 Apr 2026 16:16: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>Mon, 06 Apr 2026 12:43: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>Tue, 07 Apr 2026 09:57: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>Sun, 05 Apr 2026 15:36: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>Wed, 08 Apr 2026 14:14:00 GMT</pubDate></item><item><title>Why is String.prototype.substr () deprecated? - Stack Overflow</title><link>https://stackoverflow.com/questions/52640271/why-is-string-prototype-substr-deprecated</link><description>Moreover, substr is largely redundant with substring and slice, but the second argument has a different meaning. In pragmatic terms, I'd be surprised if you found a full mainstream JavaScript engine that didn't provide it; but I wouldn't be surprised if JavaScript engines targeted at embedded/constrained environments use didn't provide it.</description><pubDate>Sat, 04 Apr 2026 08:57: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>Thu, 09 Apr 2026 03:14:00 GMT</pubDate></item><item><title>string - substr () method in C++ - Stack Overflow</title><link>https://stackoverflow.com/questions/31465277/substr-method-in-c</link><description>substr () method in C++ Ask Question Asked 10 years, 8 months ago Modified 10 years, 8 months ago</description><pubDate>Sun, 05 Apr 2026 18:42: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 Ask Question Asked 14 years, 1 month ago Modified 12 years, 10 months ago</description><pubDate>Mon, 06 Apr 2026 15:21:00 GMT</pubDate></item></channel></rss>