TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About substring
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Manpreet Singh (5)
Rahul Bansal (2)
Pankaj Lohani (2)
Rajiv Singh (1)
Rajeev Kumar (1)
Jitendra Mesavaniya (1)
Jithu Thomas (1)
Akash Kumhar (1)
Mahesh Chand (1)
Sameer Shukla (1)
George (1)
Gopi Chand (1)
Satendra Singh Bhati (1)
Pramod Thakur (1)
Ashish Vanjani (1)
Satya Prakash (1)
David Lloyd (1)
Related resources for substring
No resource found
Learn Sliding Window Technique
9/23/2024 8:26:33 AM.
The Sliding Window Technique is an efficient method for solving problems involving subarrays or substrings. It uses a "window" that slides across the data structure, allowing for dynamic adj
Mask an Aadhar Number into Blocks of 4 Digits Each
7/30/2024 5:51:41 AM.
This C# code demonstrates how to mask sensitive numbers, like Aadhar or account numbers. It validates input length, uses StringBuilder to format Aadhar numbers with spaces, and shows account number ma
Exploring String Searching Techniques in C#
5/2/2024 6:46:03 AM.
Searching for substrings within strings is a fundamental operation in software development, and in the context of C# programming, there are several techniques and methods available to accomplish this
Difference between split(), match(), splice(), substring(), and substr() in JavaScript
1/24/2024 5:48:33 AM.
The article gives a brief idea about various string operations like split(), match(), splice(), substring(), and substr() in JavaScript.
Check If String Contains Substring In JavaScript
5/5/2023 11:58:17 AM.
In this article, learn how to search string or substring in JQuery or JavaScript. JQuery Substring or JavaScript Subscript code example.
Substring in C#
4/24/2023 2:09:10 PM.
Learn how to get a C# Substring from a string using String.Substring method in C#.
Substring Functions In Python
2/2/2022 6:00:16 AM.
The article explains the substring functions find, rfind, count, replace, slice in Python.
Get Common SubString From Two Strings
12/30/2021 4:08:49 AM.
In this article, you will learn how to get a common SubString from two strings.
String Class Methods in Java: Session 8
9/26/2019 5:14:54 AM.
This article provides a brief explanation of a few more string class methods used in Java to get the complete knowledge of string methods.
Substring Method in Java
9/23/2019 6:00:12 AM.
In this article you will learn about the substring method in Java.
Find Substring In String Using Nintex Workflows In SharePoint 2013 And Office 365
1/31/2016 2:08:30 PM.
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 365
1/30/2016 1:23:23 AM.
In this article you will learn how to replace substring in 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 365
1/29/2016 2:21:36 AM.
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.
Extract Substring From Index Of String Using Nintex Workflows In SharePoint 2013 and Office 365
1/29/2016 12:39:18 AM.
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 From Start Of String Using Nintex Workflows In SharePoint 2013 and Office 365
1/29/2016 12:34:33 AM.
In this article you will learn how to extract substring from start of string using Nintex Workflows in SharePoint 2013 and Office 365.
How to Match a Substring From a String
3/27/2015 6:53:53 PM.
This article descibes a program that will get a string and match it with a substring
All Possible Unique Substrings From an Input String
3/27/2015 4:51:34 PM.
In this article we will learn about the substrings in the C# programming.
Stuff Vs. Replace Vs. Substring
9/22/2014 2:22:07 PM.
In this article we learn how and why we use the stuff, replace and Substring functions in SQL Server.
String Functions in SQL Server 2012: Part 2
12/2/2013 3:22:09 AM.
In this video you learn about some string functions in SQL Server 2012.
Use Scalar Functions in Windows Form Using F#
11/19/2013 7:56:36 PM.
Aggregate functions perform the calculation on the single value and returns a single value for the specified column.
Timer Object in F#
11/13/2013 3:52:55 PM.
This article explains the Timer object and the properties of the Timer class in Windows Forms applications.
Find Substring and Reverse it in Windows Store App
2/9/2013 4:51:17 PM.
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.
C# Versions of Java's StringTokernizer
5/31/2007 11:43:45 AM.
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.