string manipulation code snippets in csharp

check to see if a field contains a value in csharp
create a function that gets the last n characters in a string in csharp
create a password with a custom length, uppercase letters and lowercase letters in csharp
create a password with uppercase letters and lowercase letters in csharp
create a regular expression based on anagrams of a given string in csharp
create a regular expression based on numbers in the names of files in a folder in csharp
create c# app that take a name as input and returns it in csharp
eat a raw onion in csharp
find the extension of a csv file in csharp
find the extension of a json file in csharp
find the first index of a character in a string in csharp
find the kth index of a substring in a string in csharp
find the last character in a string in csharp
find the longest word in a string in csharp
find the name of a file in csharp
format a date in to the format 'yyyy-mm-dd hh:mm:ss.fff zzz' in csharp
format a date in to the format 'yyyy-mm-dd hh:mm:ss.fff' in csharp
given a string of angle brackets write a function that closes the brackets of all characters in the string in csharp
how to get fullname in csharp
insert a string into another string at a specific index in csharp
iterate through possible anagrams of a given string in csharp
iterate through the possible anagrams of a given string and use the result to create a regular expression in csharp
join two strings in csharp
list the possible anagrams of a given string and use the result to create a regular expression in csharp
only numbers in csharp
pick strings that contain all the terms 'cat', 'dog' and 'bird' only once in any order in csharp
remove a character from a string in csharp
remove all vowels in a string using a regular expression in csharp
replace a character in a string in csharp
replave characters in string in csharp
return all strings with minimum length from a list in csharp
reverse a string in csharp
split a string into two strings in csharp
use entity framework to take each item in a column named “sku” and split it using slashes. save each item in the array to the database. then send an email complaining that the data doesn’t line up in csharp

gistlibby LogSnag