Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_StringHelper Member List

This is the complete list of members for SCR_StringHelper, including all inherited members.

ALPHANUMERICALSCR_StringHelperstatic
ALPHANUMERICAL_USCR_StringHelperstatic
ANTISLASHSCR_StringHelperstatic
CheckCharacters(string input, bool allowLC, bool allowUC, bool allowDigits, bool allowUnderscore=false)SCR_StringHelperstatic
COLONSCR_StringHelperstatic
COMMASCR_StringHelperstatic
ContainsAny(string input, notnull array< string > needles)SCR_StringHelperstatic
ContainsDigit(string input)SCR_StringHelperstatic
ContainsEvery(string input, notnull array< string > needles)SCR_StringHelperstatic
ContainsLowercase(string input)SCR_StringHelperstatic
ContainsOnly(string input, string characters, bool useCharactersAsBlacklist=false)SCR_StringHelperstatic
ContainsUppercase(string input)SCR_StringHelperstatic
CountOccurrences(string haystack, string needle, bool caseInsensitive=false)SCR_StringHelperstatic
DASHSCR_StringHelperstatic
DIGITSSCR_StringHelperstatic
DOUBLE_ANTISLASHSCR_StringHelperstatic
DOUBLE_QUOTESCR_StringHelperstatic
DOUBLE_SLASHSCR_StringHelperstatic
DOUBLE_SPACESCR_StringHelperstatic
EndsWithAny(string input, notnull array< string > lineEnds)SCR_StringHelperstatic
EXCLAMATION_MARKSCR_StringHelperstatic
Filter(string input, string characters, bool useCharactersAsBlacklist=false)SCR_StringHelperstatic
Format(string input, notnull array< string > arguments)SCR_StringHelperstatic
FormatResourceNameToUserFriendly(ResourceName resourceName)SCR_StringHelperstatic
FormatSnakeCaseToUserFriendly(string snakeCase)SCR_StringHelperstatic
FormatValueNameToUserFriendly(string valueName)SCR_StringHelperstatic
GetDamerauLevenshteinDistance(string word1, string word2, bool caseSensitive=true)SCR_StringHelperstatic
GetDamerauLevenshteinDistanceScore(string word1, string word2, bool caseSensitive=true)SCR_StringHelperstatic
GetFloatsFromString(string input, string splitter=SPACE)SCR_StringHelperstatic
GetIntsFromString(string input, string splitter=SPACE)SCR_StringHelperstatic
GetLevenshteinDistance(string word1, string word2, bool caseSensitive=true)SCR_StringHelperstatic
GetLevenshteinDistanceScore(string word1, string word2, bool caseSensitive=true)SCR_StringHelperstatic
GetLines(string input, bool removeEmptyLines=false, bool trimLines=false)SCR_StringHelperstatic
HASHTAGSCR_StringHelperstatic
IndexOf(string input, notnull array< string > samples)SCR_StringHelperstatic
IndexOfFrom(string input, int start, notnull array< string > samples)SCR_StringHelperstatic
IndicesOf(string input, string search)SCR_StringHelper
InsertAt(string input, string insertion, int insertionIndex=0)SCR_StringHelperstatic
IsEmptyOrWhiteSpace(string input)SCR_StringHelperstatic
IsFormat(SCR_EStringFormat format, string input)SCR_StringHelperstatic
IsTranslationKey(string input)SCR_StringHelperstatic
Join(string separator, notnull array< string > pieces, bool joinEmptyEntries=true)SCR_StringHelperstatic
Join(string separator, notnull array< bool > pieces, bool numerical=false)SCR_StringHelperstatic
Join(string separator, notnull array< int > pieces)SCR_StringHelperstatic
Join(string separator, notnull array< float > pieces)SCR_StringHelperstatic
LETTERSSCR_StringHelperstatic
LINE_RETURNSCR_StringHelperstatic
LIPSUMSCR_StringHelperstatic
LOWERCASESCR_StringHelperstatic
MAX_DIGITSCR_StringHelperprotectedstatic
MAX_LCSCR_StringHelperprotectedstatic
MAX_UCSCR_StringHelperprotectedstatic
MIN_DIGITSCR_StringHelperprotectedstatic
MIN_LCSCR_StringHelperprotectedstatic
MIN_UCSCR_StringHelperprotectedstatic
PadLeft(string input, int length, string padding=SPACE)SCR_StringHelperstatic
PadRight(string input, int length, string padding=SPACE)SCR_StringHelperstatic
POUNDSCR_StringHelperstatic
QUADRUPLE_SPACESCR_StringHelperstatic
QUESTION_MARKSCR_StringHelperstatic
ReplaceMultiple(string input, notnull array< string > samples, string replacement)SCR_StringHelperstatic
ReplaceRecursive(string input, string sample, string replacement)SCR_StringHelperstatic
ReplaceTimes(string input, string sample, string replacement, int howMany=1, int skip=0)SCR_StringHelperstatic
Reverse(string input)SCR_StringHelperstatic
SEMICOLONSCR_StringHelperstatic
SimpleStarSearchMatches(string haystack, string needle, bool caseSensitive, bool strictMatch)SCR_StringHelperstatic
SINGLE_QUOTESCR_StringHelperstatic
SLASHSCR_StringHelperstatic
SPACESCR_StringHelperstatic
STARSCR_StringHelperstatic
StartsWithAny(string input, notnull array< string > lineStarts)SCR_StringHelperstatic
TABSCR_StringHelperstatic
Translate(string input, string param1=string.Empty, string param2=string.Empty, string param3=string.Empty, string param4=string.Empty, string param5=string.Empty, string param6=string.Empty, string param7=string.Empty, string param8=string.Empty, string param9=string.Empty)SCR_StringHelperstatic
Translate(string input, notnull array< string > arguments)SCR_StringHelperstatic
TRANSLATION_KEY_CHARSSCR_StringHelperprotectedstatic
TrimLeft(string input)SCR_StringHelperstatic
TrimRight(string input)SCR_StringHelperstatic
UNDERSCORESCR_StringHelperstatic
UPPERCASESCR_StringHelperstatic