<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Java Substring</title><link>http://www.bing.com:80/search?q=Java+Substring</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Java Substring</title><link>http://www.bing.com:80/search?q=Java+Substring</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>Java String substring () Method - W3Schools</title><link>https://www.w3schools.com/java/ref_string_substring.asp</link><description>Definition and Usage The substring () method returns a substring from the string. If the end argument is not specified then the substring will end at the end of the string.</description><pubDate>Tue, 25 Aug 2026 00:30:00 GMT</pubDate></item><item><title>Java String substring () Method - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/java/substring-in-java/</link><description>In Java, the substring () method of the String class returns a substring from the given string. This method is most useful when you deal with text manipulation, parsing, or data extraction. This method either takes 1 parameter or 2 parameters, i.e., start and end value as arguments.</description><pubDate>Mon, 24 Aug 2026 10:11:00 GMT</pubDate></item><item><title>String (Java Platform SE 8 ) - Oracle Help Center</title><link>https://docs.oracle.com/javase/8/docs/api/java/lang/String.html</link><description>The array returned by this method contains each substring of this string that is terminated by another substring that matches the given expression or is terminated by the end of the string.</description><pubDate>Mon, 24 Aug 2026 01:07:00 GMT</pubDate></item><item><title>Java String substring () - Programiz</title><link>https://www.programiz.com/java-programming/library/string/substring</link><description>In this tutorial, you will learn about the Java String substring () method with the help of examples.</description><pubDate>Fri, 24 Jul 2026 12:50:00 GMT</pubDate></item><item><title>Java String.substring () - Baeldung</title><link>https://www.baeldung.com/string-substring</link><description>A quick example and explanation of the substring () API of the standard String class in Java.</description><pubDate>Thu, 20 Aug 2026 13:15:00 GMT</pubDate></item><item><title>Java substring () 方法 - 菜鸟教程</title><link>https://www.runoob.com/java/java-string-substring.html</link><description>Java substring () 方法 Java String类 substring () 方法返回字符串的子字符串。 语法 public String substring (int beginIndex) 或 public String substring (int beginIndex, int endIndex) 参数 beginIndex -- 起始索引（包括）, 索引从 0 开始。</description><pubDate>Mon, 24 Aug 2026 22:22:00 GMT</pubDate></item><item><title>Java String substring () with Examples - HowToDoInJava</title><link>https://howtodoinjava.com/java/string/java-string-substring-example/</link><description>Learn to find the substring of a string between the begin and end indices, and valid values for both indices with examples.</description><pubDate>Mon, 24 Aug 2026 05:18:00 GMT</pubDate></item><item><title>Get Substring from String in Java - Baeldung</title><link>https://www.baeldung.com/java-substring</link><description>The practical ways of using the useful substring functionality in Java - from simple examples to more advanced scenarios.</description><pubDate>Tue, 25 Aug 2026 11:22:00 GMT</pubDate></item><item><title>Java - String substring () Method - Online Tutorials Library</title><link>https://www.tutorialspoint.com/java/java_string_substring.htm</link><description>This method has two variants and returns a new string that is a substring of this string. The substring begins with the character at the specified index and extends to the end of this string or up to endIndex 1, if the second argument is given.</description><pubDate>Tue, 11 Aug 2026 10:13:00 GMT</pubDate></item><item><title>Java - String substring () Method - Online Tutorials Library</title><link>https://www.tutorialspoint.com/java/lang/string_substring.htm</link><description>The Java String substring () method is used to retrieve a substring of a String object. The substring starts with the character at the given index and continues to the end of the current string.</description><pubDate>Mon, 24 Aug 2026 23:12:00 GMT</pubDate></item></channel></rss>