BogaNet 1.4.0
Loading...
Searching...
No Matches
BogaNet.Helper.StringHelper Member List

This is the complete list of members for BogaNet.Helper.StringHelper, including all inherited members.

AddQuotation(string str)BogaNet.Helper.StringHelperstatic
CreateFixedLengthString(string? str, int length, char filler=' ', bool padRight=true)BogaNet.Helper.StringHelperstatic
CreateString(int length, params char[]? fillerCharacters)BogaNet.Helper.StringHelperstatic
DecodeFromHTMLString(string input)BogaNet.Helper.StringHelperstatic
EncodeToHTMLString(string input)BogaNet.Helper.StringHelperstatic
EscapeURL(string url)BogaNet.Helper.StringHelperstatic
GenerateLoremIpsum(int length, int minSentences=1, int maxSentences=int.MaxValue, int minWords=1, int maxWords=15)BogaNet.Helper.StringHelperstatic
HasLineEndings(string? str)BogaNet.Helper.StringHelperstatic
IsAlphanumeric(string? str)BogaNet.Helper.StringHelperstatic
IsCreditcard(string? str)BogaNet.Helper.StringHelperstatic
IsEmail(string? str)BogaNet.Helper.StringHelperstatic
IsInteger(string? str)BogaNet.Helper.StringHelperstatic
IsNumeric(string? str)BogaNet.Helper.StringHelperstatic
IsWebsite(string? str)BogaNet.Helper.StringHelperstatic
RemoveLineEndings(string str)BogaNet.Helper.StringHelperstatic
RemoveQuotation(string str, string replacement="", bool trim=true)BogaNet.Helper.StringHelperstatic
RemoveSpaces(string str)BogaNet.Helper.StringHelperstatic
RemoveTags(string? str)BogaNet.Helper.StringHelperstatic
SplitToLines(string text, bool ignoreCommentedLines=true, int skipHeaderLines=0, int skipFooterLines=0)BogaNet.Helper.StringHelperstatic
ToTitleCase(string str)BogaNet.Helper.StringHelperstatic