Resources No resource found - Search Word Or SubString From Paragraph Or String Using JavaScript And jQueryFeb 13, 2018. In this article, we will learn how to search and locate the words or substrings in the paragraphs or large strings. We will achieve this by using both JavaScript and JQuery.
- Find Substring In String Using Nintex Workflows In SharePoint 2013 And Office 365Jan 31, 2016. In this article you will learn how to find substring in string using Nintex Workflows in SharePoint 2013 and Office 365.
- Replace Substring In String Using Nintex Workflows In SharePoint 2013 And Office 365Jan 30, 2016. In this article you will learn how to replace substring in string using Nintex Workflows in SharePoint 2013 and Office 365.
- Extract Substring From Start Of String Using Nintex Workflows In SharePoint 2013 and Office 365Jan 29, 2016. In this article you will learn how to extract substring from start of string using Nintex Workflows in SharePoint 2013 and Office 365.
- Extract Substring From Index Of String Using Nintex Workflows In SharePoint 2013 and Office 365Jan 29, 2016. In this article you will learn how to extract substring from Index of string using Nintex Workflows in SharePoint 2013 and Office 365.
- Extract Substring Of String From Index With Length Using Nintex Workflows In SharePoint 2013 And Office 365Jan 29, 2016. In this article you will learn how to extract substring of string from Index with length using Nintex Workflows in SharePoint 2013 and Office 365.
- How to Match a Substring From a StringMar 27, 2015. This article descibes a program that will get a string and match it with a substring
- Find Substring and Reverse it in Windows Store AppFeb 07, 2013. In this article I will explain how to find a substring from a string and if present then reverse the substring in a Windows Store Application.
- All Possible Unique Substrings From an Input StringMar 27, 2015. In this article we will learn about the substrings in the C# programming.
- Stuff Vs. Replace Vs. SubstringSep 22, 2014. In this article we learn how and why we use the stuff, replace and Substring functions in SQL Server.
- Substring Method in JavaOct 28, 2013. In this article you will learn about the substring method in Java.
- Substring in C#Aug 22, 2010. How to get a substring from a string in C#.
- Creating Java String Functions in C/C++Apr 24, 2016. In this article we will create string functions used in Java, such as charAt() ,compareTo(),equals(), equalsIgnoreCase(), indexOf(), startsWith()/endsWith(), substring(), isLetter(), isDigit() etc.. in C/C++
- Find Occurrence of a StringAug 04, 2015. This article shows various ways to find the occurrence of a string in another string, or how to find a substring in a string.
- String Class Methods in Java: Session 8May 10, 2015. This article provides a brief explanation of a few more string class methods used in Java to get the complete knowledge of string methods.
- Use Scalar Functions in Windows Form Using F#Nov 18, 2013. Aggregate functions perform the calculation on the single value and returns a single value for the specified column.
- Timer Object in F#Nov 07, 2013. This article explains the Timer object and the properties of the Timer class in Windows Forms applications.
- Working With a Sub String Index in MySQLFeb 01, 2012. In this article we have to explain the substring index and how to return the substring from a string.
- C# Versions of Java's StringTokernizerJan 13, 2003. Here is another C# version of the Java StringTokenizer Class from the version posted August last year on your site. Given a string and a set of delimiters, the class return an enumeration of substrings based on the delimeters passed in.