<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Substr Definition SQL</title><link>http://www.bing.com:80/search?q=Substr+Definition+SQL</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Substr Definition SQL</title><link>http://www.bing.com:80/search?q=Substr+Definition+SQL</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>JavaScript String substr () Method - W3Schools</title><link>https://www.w3schools.com/jsref/jsref_substr.asp</link><description>Description The substr() method extracts a part of a string. The substr() method begins at a specified position, and returns a specified number of characters. The substr() method does not change the original string. To extract characters from the end of the string, use a negative start position.</description><pubDate>Thu, 26 Mar 2026 10:26:00 GMT</pubDate></item><item><title>String.prototype.substr () - JavaScript - MDN</title><link>https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr</link><description>The substr() method of String values returns a portion of this string, starting at the specified index and extending for a given number of characters afterwards.</description><pubDate>Wed, 08 Apr 2026 11:08:00 GMT</pubDate></item><item><title>std::basic_string&lt;CharT,Traits,Allocator&gt;:: substr</title><link>https://en.cppreference.com/w/cpp/string/basic_string/substr</link><description>Returns a substring [pos,pos + count). If the requested substring extends past the end of the string, i.e. the count is greater than size()- pos (e.g. if count == npos), the returned substring is [pos,size ()). 1) Equivalent to return basic_string(*this, pos, count);. 2) Equivalent to return basic_string(std::move(*this), pos, count);.</description><pubDate>Mon, 13 Apr 2026 12:42:00 GMT</pubDate></item><item><title>JavaScript String substr () Method - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/javascript/javascript-string-substr-method/</link><description>This code demonstrates the usage of the substr () method in JavaScript. It extracts a substring from the original string starting from the specified index (5 in this case) till the end.</description><pubDate>Thu, 09 Apr 2026 16:07:00 GMT</pubDate></item><item><title>JavaScript subStr Function - Tutorial Gateway</title><link>https://www.tutorialgateway.org/javascript-substr/</link><description>JavaScript substr The JavaScript substr string function is one of the String functions used to extract the part of a string and return a new string. The syntax of the substr function to return results: String_Object.substr(Start, Length) The substr function will accept two arguments.</description><pubDate>Tue, 07 Apr 2026 13:03:00 GMT</pubDate></item><item><title>JavaScript String substr () Method: Extracting Substring</title><link>https://codelucky.com/javascript-string-substr/</link><description>This guide provides a comprehensive overview of the substr() method, including its syntax, parameters, practical examples, and essential tips for effective string manipulation.</description><pubDate>Tue, 14 Apr 2026 08:09:00 GMT</pubDate></item><item><title>JS Substr Explained: A Comprehensive Guide - JavaScript For-Log</title><link>https://log4javascript.org/js-substr/</link><description>In this comprehensive guide to JavaScript’s `substr ()` method, you’ve learned the fundamentals of extracting substrings from strings. From basic usage to advanced techniques, `substr ()` offers a wide range of possibilities for handling and manipulating string data in your web development projects.</description><pubDate>Sat, 11 Apr 2026 18:50:00 GMT</pubDate></item><item><title>JavaScript | Strings | .substr () | Codecademy</title><link>https://www.codecademy.com/resources/docs/javascript/strings/substr</link><description>The .substr() method in JavaScript extracts a portion of a string, starting from a specified index position and extending for a specified number of characters. Indexing begins at zero.</description><pubDate>Sat, 11 Apr 2026 16:33:00 GMT</pubDate></item><item><title>Extracting Substrings in JavaScript: An In-Depth Guide to the substr ...</title><link>https://thelinuxcode.com/string-substr-method-explained-javascript/</link><description>Although modern methods like slice() and substring() are recommended in most cases, substr() remains a handy tool for certain substring manipulations in JavaScript.</description><pubDate>Thu, 02 Apr 2026 08:30:00 GMT</pubDate></item><item><title>JavaScript: String substr () method - TechOnTheNet</title><link>https://www.techonthenet.com/js/string_substr.php</link><description>This JavaScript tutorial explains how to use the string method called substr () with syntax and examples. In JavaScript, substr () is a string method that is used to extract a substring from a string, given a start position and a length.</description><pubDate>Thu, 09 Apr 2026 05:16:00 GMT</pubDate></item></channel></rss>