C# by Examples
Simple Code Snippets
Tags
Regex Tester
About
Terms
Privacy
Back to Home
Examples tagged with
#strings
Boyer-Moore string search algorithm in C# — fast pattern matching explained
#algorithms
#strings
#performance
How to check if string is null or empty
#fundamentals
#strings
C# GUID.Empty Explained — Empty, Default, and New Guid()
#fundamentals
#strings
C# GUID: Generate, Parse, Format, and Compare GUIDs
#fundamentals
#strings
C# GUID Parse and Format Reference
#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