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 character
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (7)
Scott Lysle (5)
Pankaj Patel (3)
Vinod Kumar (3)
Karthikeyan Anbarasan (3)
Nandan Hegde (2)
Ankit Sharma (2)
C# Curator (2)
Nitin (2)
Joginder Banger (2)
Mushtaq M A (2)
Ashwani Tyagi (2)
Abhimanyu K Vatsa (2)
Mohammad Elsheimy (2)
Arpit Jain (1)
Ishika Tiwari (1)
Bohdan Stupak (1)
Shantanu (1)
Vijay Kumari (1)
Vikas Kumar Garg (1)
Abhishek Mishra (1)
Sai Kumar Koona (1)
Roshan Patil (1)
Sivasankar Gorantla (1)
Uday Dodiya (1)
Rohit Gupta (1)
Madhu Patel (1)
Jignesh Kumar (1)
Shalin Dashora (1)
Željko Perić (1)
Rikam Palkar (1)
Jin Necesario (1)
Swesh S (1)
Vinay Ayinapurapu (1)
Ojash Shrestha (1)
Arjun Panwar (1)
Vijay K (1)
Saleh Qadeer (1)
Abhishek Jaiswal (1)
Aashina Arora (1)
Hemant Jindal (1)
Abhishek Dubey (1)
Rohatash Kumar (1)
Joshy George (1)
Sandeep Singh Shekhawat (1)
Rajeesh Menoth (1)
Gayathri Anbazhagan (1)
Syed Shanu (1)
Gaurav Kumar Arora (1)
Kalyankumar Ravichandran (1)
Vithal Wadje (1)
Kevin Morales (1)
Subramanyam Raju (1)
Chetankumar G Shetty (1)
Sandeep Sharma (1)
Vo Duc Thanh (1)
Prabhakar Maurya (1)
Bryian Tan (1)
Shekhar Chauhan (1)
Dinesh Beniwal (1)
Gaurav Chauhan (1)
Vilas Gite (1)
Prasoon (1)
Sapna (1)
Zoran Horvat (1)
Ankit Nandekar (1)
Ravinder Verma (1)
Vasanth (1)
Levent Camlibel (1)
kas_atd1 (1)
Related resources for character
No resource found
Text Effect V3 Using jQuery and JavaScript
8/8/2024 3:23:34 AM.
This article explains how to create a text animation effect using jQuery. It demonstrates how to display characters one by one with customizable speed controlled by a slider. The effect involves setti
Get Index Position of Nth Occurrence of a Character in String in Azure Data Factory
7/12/2024 12:49:34 PM.
In this article, we will learn how to efficiently locate the index position of the Nth occurrence of a specific character within a string using Azure Data Factory.
Split a String into an Array of Characters with No Delimiter in Azure Data Factory
7/9/2024 4:36:55 AM.
Explore splitting strings into character arrays without delimiters using Azure Data Factory or Synapse Pipeline with sequential For Each iterations and the Substring function for precise character ext
Creating An Optical Character Reader Using Angular And Azure Computer Vision
6/11/2024 12:30:02 PM.
Learn to build an Optical Character Recognition (OCR) application using Angular and Azure Computer Vision Cognitive Services. Extract printed text from images, detect language, and analyze content. G
Explain SQL Wildcard Characters
5/22/2024 9:51:16 AM.
In this article we will learn what is SQL Wildcard Characters. Mastering SQL wildcard characters enhances data retrieval by enabling versatile pattern matching. Learn to use `%`, `_`, `[]`, `^`, and `
Extracting Content of HTML Page in Javascript
4/16/2024 10:48:29 AM.
Developing a solution that extracts the content of an HTML page from scratch requires a lot of effort. In this article we'll have a look at library that automates this task.
Password Policy/Strength ASP.NET MVC Validator
4/4/2024 9:12:10 AM.
The ASP .NET MVC Password Policy Validator facilitates implementing password policies and determining password strength for web system users. It utilizes ASP .NET MVC architecture, extension methods,
How Can We Get Last Characters Of A String In Java?
2/29/2024 5:07:53 AM.
In this article, we will learn about String in Java Programming Language with examples. Explore the intricacies of Java strings, covering their creation using literals or the "new" keyword.
Access Windows Accessories Tools In Windows 10
2/28/2024 9:48:17 AM.
This article provides a comprehensive guide on how to easily find the Accessories folder in Windows 10, which contains useful tools like the Snipping Tool, Character Map, and Steps Recorder.
Progressive Web App (PWA) In ASP.NET Core
2/12/2024 10:12:10 AM.
This content provides an overview of Progressive Web Apps (PWAs) and outlines their key characteristics. It also includes step-by-step instructions on how to create a PWA using ASP.NET Core, along wit
BufferedStream, MemoryStream and CharacterStream Class in C#
11/8/2023 7:22:00 AM.
In this article I will explain you about BufferedStream, MemoryStream and CharacterStream Class in C#.
Convert string to char array in C#
10/13/2023 8:54:49 AM.
How to convert a string to a char array using C#. The ToCharArray method of the string class converts a string to a character array.
Solution For Parsing An Excel File In C# And The Cells Seem A To Get Cut Off At 255 Characters
9/20/2023 7:13:29 AM.
In this article you will learn the solution for, when parsing an Excel file in C#, the cells seem to be truncated at 255 characters.
Types Of Classes And Their Characteristics
9/15/2023 6:38:29 AM.
In this article, you will learn about the types of classes and their characteristics.
Why String Is Immutable
9/12/2023 4:49:40 AM.
A string is a reference data type in C#. A string is a sequential collection of characters that is used to represent text. The value of the String object is the content of the sequential collection of
Converting Integers to Characters in C#
8/1/2023 8:37:15 AM.
Explore methods to convert integers to characters in C#. Learn type casting, Convert.ToChar(), and char.ConvertFromUtf32() with examples.
How To Get The Last N Characters Of A String In Python
7/27/2023 6:44:08 AM.
The articles tell you different ways of finding the last N characters from a String in Python.
Understanding The Importance Of Tokenization In Machine Learning
7/11/2023 8:24:53 AM.
In this, we will discuss tokenization, its types, techniques with examples, and why we tokenize.
What is Roblox Studio?
4/26/2023 11:00:34 AM.
Roblox Studio, you can have a game developed and ready
Count Number Of Character Occurrences In A String Using JavaScript
4/4/2023 5:10:41 AM.
In this article, I am going to demonstrate various way to count number of character occurrences in a string javascript
Get a Character, Numeric or Special Character String Value in SQL Server
2/13/2023 6:42:18 AM.
In this article, you will learn how to get a character, numeric, or special character string value in an SQL server.
How To Replace Characters In A C# String
2/8/2023 4:12:14 AM.
In this article, you will learn how to replace a substring in a C# string.
Optical Character Reader Using Python
1/3/2023 8:19:50 AM.
In this article, we will learn about how to read text from Image using Python.
Restricting User Input
8/22/2022 8:36:12 AM.
This article describes an approach to restricting the user’s input to letters only, numbers only, letters or numbers only, and special characters only. The approach is simple to implement and can be
How To Automatically Set The Font Size Relative To The Page Size
4/1/2022 4:23:38 AM.
In this article, it is explained how to calculate the printer page size, height, and width, expressed in the number of letters that can fit across the page height and width, for a selected font type.
Convert Numbers To Roman Characters In C#
3/22/2022 3:05:05 PM.
This is medium level problem to Convert Numbers To Roman Characters In C# on leetcode.
Introduction To Strings In Python
2/28/2022 1:54:15 PM.
Tackles Python strings' basics and practical use and demonstrates their usages
How To Handle Apostrophe In Email Address In Power Automate
2/1/2022 10:37:24 AM.
The web methods that is been triggered in Power Automate flow have conditions not to include any special characters other than the URI reserved. But there are some specific scenarios where few users e
Prevent Special Characters In PowerApps Forms
10/19/2021 12:44:35 PM.
In this article, you will learn how to prevent special characters in PowerApps Forms.
Performance - Leadership
10/12/2021 6:06:37 AM.
In this article, you will learn about Performance - Leadership.
Major Characteristics Of Cloud Computing
8/27/2021 6:39:34 AM.
In this article, we’ll learn about Cloud Computing and its different characteristics. These constitute of the major features the cloud computing services must have inherently in order to cater to the
Character Sets And Collations in MySQL
10/9/2020 9:04:45 AM.
Here you will learn about character sets and collations in MySQL.
Top Characteristics Of A Good Website
7/25/2020 6:36:47 AM.
In this article, you will learn about the top characteristics of a good website.
Mobile Touch Controls - Moving A Character From Left To Right Using C# Scripts In Unity
6/24/2020 5:22:23 AM.
In this article, you will learn about moving a character from left to right using C# Scripts in Unity.
Strings And Characters In Swift
5/28/2020 9:02:40 PM.
In this article, you will learn about String operations and working with strings.
Productive Attitude - Leadership
4/14/2020 2:00:45 PM.
This article talks about steps towards a productive attitude. Attitude is a tendency to respond to certain things, such as a situation, object, person, idea, etc.
Show Asterisks Instead Of Characters For Password Input In Console Application
3/13/2020 8:42:25 AM.
In this article, you will learn how to show asterisks instead of characters for password input in console application.
Creating An Optical Character Reader Using Blazor And Azure Computer Vision
2/28/2020 9:32:36 AM.
We will create an optical character recognition (OCR) application using Blazor and the Azure Computer Vision Cognitive Service. We will use the OCR feature of Computer Vision to detect the printed tex
Optical Character Recognition Using Google Vision API On Android
2/25/2020 12:32:39 AM.
In this tutorial, we will learn how to do Optical Character Recognition in Android using Vision API. Here, we will just import the Google Vision API Library with Android Studio and implement the OCR f
Optical Character Recognition By Camera Using Google Vision API On Android
2/23/2020 11:00:14 PM.
In this tutorial, we will learn how to do Optical Character Recognition by Camera in Android using Vision API.
Diving Into Python - Chapter 5
2/13/2020 4:47:55 AM.
In this part of this article series I am explaining multiline statements and parameter passing in Python.
Dictionaries In Python
10/1/2019 7:41:10 AM.
This article will help you understand what dictionaries are in Python, how we can create and access one, how to traverse, add, update, nest, or delete elements in dictionaries. Also, you will learn ab
How To Remove Specific Characters From C# String
9/23/2019 9:37:10 PM.
How to use string Remove method to remove characters from a string at specified positions.
String Algorithm - Validating If String Has Unique Characters
8/22/2019 10:11:32 AM.
This article describes an algorithm program to validate if the given string contains unique characters.
Use of ByteStreams and CharacterStreams in JAVA
7/22/2019 12:45:32 AM.
In this article, you learn about I/O Stream, ByteStream and CharcterStream in JAVA.
Removing the First and Last Character From a Table Column in SQL Server 2012
6/7/2019 4:04:40 AM.
In this article I provide a quick overview of the various Queries to remove the first and last character from a string in SQL Server.
String Encoding/Decoding and Conversions in C#
6/2/2019 6:29:24 AM.
In this article, I will explain C# String Encoding/Decoding and Conversions in C#.
How to Convert String to Hexadecimal and Vice versa
4/12/2019 1:56:53 AM.
This article shows you how to convert string to hexadecimal and hexadecimal to string.
Extension Method In C#
10/24/2018 6:02:45 AM.
Extension Methods are a new feature in C# 3.0. An Extension Method enables us to add methods to existing types without creating a new derived type, recompiling, or modify the original types.
Cognitive Services – Optical Character Recognition (OCR) From An Image Using Computer Vision API And C#
7/16/2018 1:16:17 PM.
In this article, we are going to learn how to extract printed text also known as optical character recognition (OCR) from an image using one of the important Cognitive Services API called as Computer
Character Controllers In Unity
6/11/2017 11:33:07 PM.
In this article, I am going to explain about how to control the character in your unity project.
Character Matching Game Using Universal Windows App
11/18/2016 12:17:51 PM.
In this article, you will learn about the character matching game, using Universal Windows app.
Top 10 Characteristics Of A Good Website
8/8/2016 12:11:23 PM.
In this article, you will see top 10 characteristics of a good website.
Regular Expression Special Characters at a Glance
7/5/2015 9:43:03 AM.
In this article we will walk through with the special characters in Regular Expressions.
Introduction to CRM
6/17/2015 12:55:17 AM.
In this article you will learn basic introduction of Customer Relationship Management (CRM).CRM is important in B2B, social media, etc and it mainly helps in managing the existing and future customers.
Special Character Separated AutoComplete Extender Using ASP.Net
3/21/2015 1:40:02 PM.
In this article we will learn how to make a special character separated AutoComplete Extender using ASP.NET.
Regular Expressions Part 2: Grouping, Quantifiers, and Character Classes
1/9/2015 7:02:07 AM.
This article will attempt to explain and demonstrate the concepts of grouping and character classes. It will provide detailed content and examples to illustrate each concept.
Windows Phone 8.1 Optical Character Recognition (OCR)
11/25/2014 2:12:03 PM.
This article explains that Windows Phone 8.1 now also supports an OCR library that really makes it easy to read text from images and return the text and layout information.
Split String Value Behalf on Special Character in SQL Server
11/15/2014 6:40:34 PM.
In this article you will learn how to split a string value at a special character in SQL Server.
Getting Started With Optical Character Recognition (OCR) in Windows Store Apps
9/21/2014 5:03:34 PM.
In this article you will learn about Optical Character Recognition (OCR) in Windows Store Apps.
Introduction to Web Server
5/20/2014 6:51:40 PM.
This article provides a brief review of web servers.
The Basic Concepts of Generics in C#
12/27/2013 7:05:34 AM.
In this article I explain the basic concepts of Generics in C#.
Difference Between Escape Character ("\") & Date Separator ("/") in LightSwitch 2012
11/28/2013 5:05:10 PM.
This article describes the differences and use of the Escape Character ("\") and Date Separator ("/") Custom Format Specifier in LightSwitch Visual Studio 2012.
"\" Escape Character in LightSwitch 2012
11/12/2013 4:13:42 PM.
This article explains how to use the Escape Character in LightSwitch Visual Studio 2012.
Counting Characters and Words in PHP
7/12/2013 1:23:47 PM.
This article explains counting characters and words in PHP.
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.
Write Characters to XML using C#
3/4/2013 1:27:14 AM.
How to write characters to XML using C#.
Converting Between ASCII Character and Code in PHP
3/2/2013 3:56:49 PM.
In this article I will explain converting between ASCII characters and codes in PHP.
How to Count Number of Words in Word 2013
2/23/2013 3:39:03 PM.
In this article we explain how to count the number of words in a Word document in Word 2013.
ASP.NET/MVC3 Limit/Count Number of Characters in TextArea/Textbox
2/19/2013 7:49:27 PM.
This article demonstrates how to create & use jQuery to limit or count the number of characters in a TextArea or Text Field.
Regular Expressions in QTP in Testing
12/17/2012 12:59:37 PM.
In this article we discuss the Regular Expressions in QTP
Facilitate Use of Special Characters in a Visual Basic Text Editor Application
12/1/2012 3:26:22 AM.
This article describes a simple approach to implementing special character use in a Visual Basic based text editor.
Parsing Sentences and Building Text Statics in Visual Basic
11/9/2012 8:09:31 AM.
This article describes three approaches to parsing the sentences from a body of text.
Parsing Sentences and Building Text Statics in Visual Basic
11/9/2012 8:01:33 AM.
This article describes three approaches to parsing the sentences from a body of text.
Matching Characters Using Regular Expressions in QTP in Testing
10/24/2012 2:37:59 PM.
In this article we discuss various matching techniques for matching characters using Regular Expressions.
Convert a Char to a Byte in C#
7/5/2012 11:44:08 AM.
How to convert a char data type to a byte data type using C#.
SQL Server Integration Services (SSIS) - Character Map (Lower to Upper) Transformations in SSIS
5/20/2012 12:21:51 AM.
This is part 40 of the series of article on SSIS. In this article we are going to see how to use the Character Map transformation control in SSIS Packaging.
SQL Server Integration Services (SSIS) - Character Map (Upper to Lower) Transformations in SSIS
5/20/2012 12:20:45 AM.
This is part 39 of the series of article on SSIS. In this article we are going to see how to use the Character Map transformation control in SSIS Packaging.
SQL Server Integration Services (SSIS) - Data Conversion Transformations in SSIS
5/20/2012 12:15:18 AM.
In this article we are going to see how to use the Data Conversion transformation inside a package. This is part 42 of the series of articles on SSIS.
SQL SERVER 2005 : Using Special Characters (Wild Characters) in LIKE And NOT LIKE Operator
5/19/2012 5:46:20 AM.
Special Characters are used for finding a specific character string using the LIKE operator in SQL SERVER.
Facilitate Use of Special Characters in a C# Text Editor Application
5/15/2012 4:54:52 PM.
This article describes a simple approach to implementing special character use in a C# based text editor.
How to Check if there is any Alphabet or Non Alphanumeric Character in a String
5/15/2012 2:13:35 PM.
This article gives you an idea about how to check if there is any alphabet or non alphanumeric character in a sttring just with the help of one metthod using regular expressions in C#.
Form Input Progress Bar Using JQuery
5/13/2012 6:11:20 AM.
In this article we are going to create a fancy progress bar for an input form with limited characters using jQuery.
Character Limiting in TextBox in ASP.NET Using JQuery and Display Red When Reaches Out of Limit
2/8/2012 3:14:06 PM.
In this article you are going to learn how to use jQuery to limit the length of characters in a TextBox and display the text in red when the limit is exceeded.
Efficient String Matching Algorithm with Use of Wildcard Characters
8/16/2011 12:01:25 AM.
In this article we shall cover one common problem in textual data processing and that is how to match strings against patterns that may contain wildcard characters.
Strings in C# - Part 3
8/9/2011 3:07:35 PM.
In this article you will learn Escape characters and Verbatim Strings in C#.
What’s New in Silverlight 5? - Control and Text Improvements
5/12/2011 3:51:26 AM.
In this article, we’ll have a brief discussion of the new features of controls and text in Silverlight 5.
Textbox Text Character Counter in Asp.net
4/5/2011 8:34:39 AM.
In this article we'll look at creation of a JavaScript function for counting a character from a Textbox and showing how many characters remain.
MaxLengthValidation Control
11/2/2010 1:23:47 AM.
This article shows how to validate the maximum character length of the multi textbox control.
Count the number of characters in a textbox
4/7/2010 12:12:46 AM.
In this article we will see how to implement in JavaScript to count the number of characters in a textbox.
Working with Strings with Combining Characters
4/1/2010 1:57:13 AM.
In this article we will see the working of strings with combining characters (like diacritics in Arabic).
Drawing Formatted Text in GDI+
12/23/2009 11:15:24 AM.
In this article I will explain about Drawing Formatted Text in GDI+.
Parsing Sentences and Building Text Statics in C#
2/14/2008 11:52:15 PM.
This article describes three approaches for parsing the sentences from a body of text. This demonstration application also describes an approach to generating sentence count, word count, and character count statistics on a body of text.
Email Notifier with Microsoft Agent--- GENIE
12/27/2005 4:07:04 AM.
Email notifier with Microsoft Agent is a TCP/IP application that notifies the user if there is email in the user's email server.
Coloring the Console in C#
12/26/2005 12:57:22 AM.
When working with console applications in C#, you always see a black and white screen. What if we want to change the background color of the console? We can change the foreground and background color of our console application by using win32 API SetConsoleTextAttribute().