Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Working with Arrays in C#
Understanding Regular Expressions
StringBuilder
String Jargon in CSharp
String Class Examples
Sorting An Array Using Array.Sort()
SparseArray for C#
Regular Expressions in .NET
Regular Expression Information
Programming C#: Working with Arrays
Overloading Strings in C#
Option Explicit & Option Strict
Masked Edit Control written in C# that uses Regular Expressions
Leverage Regular Expressions
Introduction To Regular Expressions
Top Code
Analyze Source Code With Regular Expressions
Array Types in .NET
Build A Non-Zero Based Array In .NET
C# Regular Expressions
Chop Function
Databinding to multi-dimensional arrays
Efficiently Searching a Sorted Array
EndsWith
Examining New String Properties - Part 1
Formatting Base Types
Formatting with Regular Expressions
How do I create a string in C#
Introduction To Regular Expressions
Leverage Regular Expressions
Masked Edit Control written in C# that uses Regular Expressions
ASP.NET > Tips and Tutorials > String & Variables
Source List
All | Freeware

Code 11-20 of 27   Pages: Go to  << Prior  1  2  3  Next >>  page  


Overloading Strings in C# is a web based tutorial in which author discusses about using string in C#. The author describes the method of using SuperStringFunction() in string processing. The author provides code for performing various operation in to



Option Explicit & Option Strict is a tutorial in which author demonstrates the option explicit and option strict variables. The author describes the procedure for using explicit and strict properties for declaring the variables in ASP.NET....



Masked Edit Control written in C# that uses Regular Expressions is an easy to understand tutorial in which the author elaborates the process of masked text box control, which helps in converting mask into a regular expression for each character in th



Leverage Regular Expressions is a web based tutorial in which the author explains about procedure to be followed to leverage regular expressions from VB.NET, inorder to perform various process like accessing words, dates and number from a text docume



Introduction To Regular Expressions is an article through which users can learn about regular expression and its uses. Here the author elaborates the procedure to make use of System.Text.RegularExpressions Namespace classes for parsing the text. The



Chop Function is an article through which programmers can learn more about a common string function, which helps in dividing a text string into equal two parts. The author offers code snippet to execute this process, programmers can make use of it. T



How do I create a string in C# is an article in which author demonstrates the procedure for constructing string using string builder. Here the author offers a code snippet, which helps in performing the above said process. ASP.NET programmers and beg



Formatting with Regular Expressions is a web based tutorial in which the author gives details about regular expression pattern matching. The author describes about string manipulating function which can be used in formatting. Here the author explains



Formatting Base Types is an useful tutorial for the ASP.NET programmers to gather information about formatting process, which perform the process of transforming an object into strings. The author explains various methods of formatting and the method



Examining New String Properties - Part 1 is an easy to understand tutorial in which the author elaborates the procedure for utilizing the string properties to parse strings. The author gives details about several strings like Substring, IndexOf, Ends