Extension Methods for System.String
- ConcatWith
- Contains
- EncodeBase64, DecodeBase64
- Left, Right
- EnsureStartsWith, EnsureEndsWith
- ExtractDigits
- FormatWith
- GetBefore, GetBetween, GetAfter
- GetBytes
- IsEmpty, IsNotEmpty, IfEmpty
- IsEmptyOrWhiteSpace, IsNotEmptyOrWhiteSpace, IfEmptyOrWhiteSpace
- IsNumeric
- RemoveAllSpecialCharacters
- Repeat
- Reverse
- ToBytes
- ToGuid, ToGuidSave
- ToPlural
- RemoveRight, RemoveLeft
- ToTitleCase
- ToUpperFirstLetter
- ToXDocument, ToXElement, ToXmlDOM, ToXPath
- TrimToMaxLength
- Regular expression support:
- GetMaches
- GetMachingValues (returns IEnumerable<string>)
- IsMatchingTo (for validation)
- ReplaceWith (including Lambda-Support)
Extension Methods for System.String[]
Assembly: PGK.Extensions.dll