Zebra0.com
Glossary for C#: strings
Education Resources
Privacy
Contact
Topics
Algorithms
Alice 3
C++
C# Windows
RGB Colors
Computer Basics
Computer Concepts
Faculty resources
HTML5
Java
Systems Analysis and Design
Visual Basic
Glossary for C#: strings
Learn C# (C sharp) in FREE step-by-step lessons.
anagram demo, string
: An anagram is simply the letters of the word scrambled
Anagram Demo
anagrams
: Details for creating the form
Anagrams
cryptogram demo
: A cryptogram shuffles the alphabet to create a code
Cryptogram Demo
drill regex
: Test your understanding
Regular Expression Drill
escape, strings
: Using the \ and @ with strings with special characters
Escape Sequence: \ and @
functions
: Examples of the most used string methods
String Functions
length string
: Length gives the number of ALL characters in the String
String Length
name: string function
: Split name into first and last
Names: Using String Functions
parse
: Parse means to break a string up into significant parts, or to convert a string to a numeric type.
Parse
regex drill
: Test your understanding
Regular Expression Drill
regex sentence
: A sentence must have letters of the alphabet and end with . ? or !
Regular Expressions for a sentence
regex: robot
: Regex robotregx= new Regex(@"([A-Z][0-9]){2}");
Regular Expression for Robot: R2D2, C3P0?
regex
: A regular expression is a way to determine if a string matches a pattern.
Regular Expressions
regular expression: sentence
: A sentence must have letters of the alphabet and end with . ? or !
Regular Expressions for a sentence
regular expression
: A regular expression is a way to determine if a string matches a pattern.
Regular Expressions
scramble
: Easy algorithm to scramble (shuffle) an array
Scramble Array Algorithm
shuffle
: Easy algorithm to scramble (shuffle) an array
Scramble Array Algorithm
string function: name
: Split name into first and last
Names: Using String Functions
string length
: Length gives the number of ALL characters in the String
String Length
string reference
: Strings and String methods
Microsoft Reference
String: comparing
: Download the PDF file
Comparing strings
string: escape
: Using the \ and @ with strings with special characters
Escape Sequence: \ and @
string: substr
: Substr extracts a portion of a string
String Substr
substr
: Substr extracts a portion of a string
String Substr
validate string
: A valid Social Security number has 9 digits
String is valid Social Security Number.
Full Glossary