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 String Function
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sharad Gupta (14)
Vinod Kumar (6)
Harpreet Singh (2)
Mageshwaran R (1)
Pankaj Kumar Choudhary (1)
Onkar Sharma (1)
Arjun Panwar (1)
Dhairya Krishnat (1)
Monica Rathbun (1)
Jignesh Trivedi (1)
Rafnas T P (1)
Pritam Zope (1)
Kml Surani (1)
Jasminder Singh (1)
Pramod Thakur (1)
Rakesh Singh (1)
Ashish Vanjani (1)
Rohatash Kumar (1)
Prasad (1)
Mike Gold (1)
S Thangaraju (1)
Related resources for String Function
No resource found
SQL Server System Functions: Aggregate, String, Math, Date
4/15/2024 11:17:36 AM.
Learn about SQL Server system functions including aggregate, string, mathematical, and date time functions. Explore their syntax and examples for efficient database operations. Ideal for beginners an
Basics of JavaScript: Part 5 (String Functions)
3/20/2023 11:50:40 AM.
This article explains the various string functions available in JavaScript.
String Functions in SQL Server
1/9/2023 12:25:42 PM.
This article explains various string functions in SQL Server.
MySQL Functions
10/5/2020 2:52:30 PM.
In this tutorial, I have described various MySQL Functions in detail with various examples.
String Functions in MySQL
9/29/2020 8:02:43 AM.
In this article, learn how to use MySQL string functions.
String Functions Or Text DAX Function In Power BI
9/25/2020 8:43:30 AM.
In this article, you will learn about String Functions or Text DAX Function in Power BI.
String Function In SQL Server
2/13/2020 12:30:06 AM.
In this article, you will learn about String Function in SQL Server.
New String Function In SQL Server 2017
9/6/2017 4:43:54 PM.
It requires one separator argument and a minimum of two arguments otherwise it raises an error. All the arguments are implicitly converted to string types and then they are concatenated.
Commonly Used Built In String Functions In SQL Server
4/25/2017 3:44:15 PM.
This article illustrates commonly used built in string functions in SQL Server.
Creating Java String Functions in C/C++
4/24/2016 6:05:01 PM.
In this article we will create string functions used in Java, such as charAt() ,compareTo(),equals(), equalsIgnoreCase(), indexOf(), startsWith()/endsWith(), substring(), isLetter(), isDigit() etc.. i
SQL String Functions
1/17/2016 12:50:24 PM.
In this article you will learn about some SQL String functions.
Function Breakpoint in Visual Studio
7/10/2015 5:58:31 PM.
This article explains the function breakpoints in Visual Studio.
String Functions in SQL Server
3/13/2015 11:25:06 PM.
This article explains some of the most commonly used string functions in SQL Server.
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.
Functions in SQL Server
4/30/2014 10:29:12 AM.
Here, we will take a look at how to use 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.
Counting Characters and Words in PHP
7/12/2013 1:23:47 PM.
This article explains counting characters and words in PHP.
MySQLi Function in PHP: Part 11
6/11/2013 10:05:38 PM.
In this article I describe the PHP MySQLI functions mysqli_real_escape_string, mysqli_refresh, mysqli_rollback, mysqli_select_db and mysqli_set_charset.
How to Check All Character Cases in A String Using PHP
5/16/2013 4:09:38 PM.
In this article I will explain How to check all the character case in a string using PHP.
String Functions in PHP: Part 13
3/5/2013 4:28:35 PM.
In this article I describe the PHP string functions quotemeta, rtrim and setlocal.
String Functions in PHP: Part 12
3/4/2013 3:38:43 PM.
In this article I describe the PHP string functions print, printf and quoted_printable_decode.
String Functions in PHP: Part 11
3/1/2013 1:28:15 PM.
In this article I describe the PHP string functions number_format, ord and parse_str.
Replacing Patterns in a String Using PHP
3/1/2013 12:44:37 PM.
In this article I will explain pattern replacement in a string using PHP.
String Functions in PHP: Part 10
2/28/2013 3:03:45 PM.
In this article I describe the PHP string functions money_format ,ln_langinfo and nl2br.
Substr Function in PHP
2/28/2013 2:57:02 PM.
In this article I will explain the string Substr() function in PHP.
String Functions in PHP: Part 9
2/24/2013 9:44:56 AM.
In this article I describe the PHP string functions md5, md5_file and metaphone.
String Functions in PHP: Part 8
2/23/2013 3:19:42 PM.
In this article I describe the PHP string functions levenshtein, localeconv and ltrim.
String Functions in PHP: Part 7
2/23/2013 3:15:27 PM.
In this article I describe the PHP string functions htmlspecialchars, implode and join.
String Functions in PHP: Part 6
2/21/2013 11:58:54 AM.
In this article I describe the PHP string functions html entity decode, htmlentities and htmlspecialchars decode.
String Functions In PHP: PART 3
2/18/2013 2:18:14 PM.
In this article I describe the PHP string functions convert_cyr_string, convert_uudecode and convert_uuencode
String Functions in PHP: PART 4
2/17/2013 1:31:51 PM.
In this article I describe the PHP string functions count_chars, crc32 and explode.
String Functions in PHP: PART 5
2/16/2013 11:59:12 AM.
In this article I describe the PHP string functions fprint, hebrew and hebrevc
String Functions in PHP: PART 2
2/15/2013 1:04:39 PM.
In this article I describe the PHP string functions chop, chr and chunk_split.
String Functions in PHP: PART 1
2/14/2013 1:03:52 PM.
In this article I describe the PHP string functions addcslashes, addslashes and bin2hex .
Strcmp and Strcasecmp Function in PHP
2/1/2013 2:37:12 PM.
I am describing two string functions in PHP; the functions are "strcmp()" which is case sensitive and "strcasecmp()" which is case insensitive.
Difference Between Strpos and Stripos Function
1/5/2013 12:33:20 PM.
In this article I am going to explain string functions in PHP.
Space Function in SQL Server 2012
12/2/2012 6:29:44 PM.
This article will give you an idea of how to use the space function in SQL Server.
String Jargon in C#
5/22/2009 3:56:20 AM.
The following article shows some String functions which are not currently available directly in C#.
Super String in C#
5/31/2007 11:34:30 AM.
Today I realized that I miss those Visual Basic/Visual C++ type operators. You know the ones: Left, Mid, Right.
Playing with Strings
5/30/2007 9:07:18 AM.
This program explores the String class and its various methods. With this you will be able to initialize strings using different constructors and use them. To see how the methods of the 'String' class work, see the following code.