C# by Examples
Simple Code Snippets
Tags
Regex Tester
About
Privacy
Back to Home
Examples tagged with
#strings
How to check if string is null or empty
#fundamentals
#strings
C# GUID — generate, parse, format, and compare GUIDs
#fundamentals
#strings
How to join strings in C#
#fundamentals
#strings
C# Regex — pattern matching, groups, replace, and examples
#strings
#regex
How to compare strings in C# — ==, Equals, StringComparison, OrdinalIgnoreCase
#strings
#fundamentals
string.Format in C# — syntax, format specifiers, and examples
#strings
#fundamentals
How to use string interpolation in C#
#fundamentals
#strings
C# string methods cheat sheet — Contains, Split, Replace, Trim, and more
#strings
#fundamentals
How to use StringBuilder in C#
#fundamentals
#strings
What is BOM Character in C#
#fundamentals
#strings
#file-io