| 
    Arma Reforger Script API
    
   | 
 
This is the complete list of members for SCR_StringHelper, including all inherited members.
| ALPHANUMERICAL | SCR_StringHelper | static | 
| ALPHANUMERICAL_U | SCR_StringHelper | static | 
| ANTISLASH | SCR_StringHelper | static | 
| CheckCharacters(string input, bool allowLC, bool allowUC, bool allowDigits, bool allowUnderscore=false) | SCR_StringHelper | static | 
| COLON | SCR_StringHelper | static | 
| COMMA | SCR_StringHelper | static | 
| ContainsAny(string input, notnull array< string > needles) | SCR_StringHelper | static | 
| ContainsDigit(string input) | SCR_StringHelper | static | 
| ContainsEvery(string input, notnull array< string > needles) | SCR_StringHelper | static | 
| ContainsLowercase(string input) | SCR_StringHelper | static | 
| ContainsOnly(string input, string characters, bool useCharactersAsBlacklist=false) | SCR_StringHelper | static | 
| ContainsUppercase(string input) | SCR_StringHelper | static | 
| CountOccurrences(string haystack, string needle, bool caseInsensitive=false) | SCR_StringHelper | static | 
| DASH | SCR_StringHelper | static | 
| DIGITS | SCR_StringHelper | static | 
| DOUBLE_ANTISLASH | SCR_StringHelper | static | 
| DOUBLE_QUOTE | SCR_StringHelper | static | 
| DOUBLE_SLASH | SCR_StringHelper | static | 
| DOUBLE_SPACE | SCR_StringHelper | static | 
| EndsWithAny(string input, notnull array< string > lineEnds) | SCR_StringHelper | static | 
| EXCLAMATION_MARK | SCR_StringHelper | static | 
| Filter(string input, string characters, bool useCharactersAsBlacklist=false) | SCR_StringHelper | static | 
| Format(string input, notnull array< string > arguments) | SCR_StringHelper | static | 
| FormatResourceNameToUserFriendly(ResourceName resourceName) | SCR_StringHelper | static | 
| FormatSnakeCaseToUserFriendly(string snakeCase) | SCR_StringHelper | static | 
| FormatValueNameToUserFriendly(string valueName) | SCR_StringHelper | static | 
| GetDamerauLevenshteinDistance(string word1, string word2, bool caseSensitive=true) | SCR_StringHelper | static | 
| GetDamerauLevenshteinDistanceScore(string word1, string word2, bool caseSensitive=true) | SCR_StringHelper | static | 
| GetFloatsFromString(string input, string splitter=SPACE) | SCR_StringHelper | static | 
| GetIntsFromString(string input, string splitter=SPACE) | SCR_StringHelper | static | 
| GetLevenshteinDistance(string word1, string word2, bool caseSensitive=true) | SCR_StringHelper | static | 
| GetLevenshteinDistanceScore(string word1, string word2, bool caseSensitive=true) | SCR_StringHelper | static | 
| GetLines(string input, bool removeEmptyLines=false, bool trimLines=false) | SCR_StringHelper | static | 
| HASHTAG | SCR_StringHelper | static | 
| IndexOf(string input, notnull array< string > samples) | SCR_StringHelper | static | 
| IndexOfFrom(string input, int start, notnull array< string > samples) | SCR_StringHelper | static | 
| IndicesOf(string input, string search) | SCR_StringHelper | |
| InsertAt(string input, string insertion, int insertionIndex=0) | SCR_StringHelper | static | 
| IsEmptyOrWhiteSpace(string input) | SCR_StringHelper | static | 
| IsFormat(SCR_EStringFormat format, string input) | SCR_StringHelper | static | 
| IsTranslationKey(string input) | SCR_StringHelper | static | 
| Join(string separator, notnull array< string > pieces, bool joinEmptyEntries=true) | SCR_StringHelper | static | 
| Join(string separator, notnull array< bool > pieces, bool numerical=false) | SCR_StringHelper | static | 
| Join(string separator, notnull array< int > pieces) | SCR_StringHelper | static | 
| Join(string separator, notnull array< float > pieces) | SCR_StringHelper | static | 
| LETTERS | SCR_StringHelper | static | 
| LINE_RETURN | SCR_StringHelper | static | 
| LIPSUM | SCR_StringHelper | static | 
| LOWERCASE | SCR_StringHelper | static | 
| MAX_DIGIT | SCR_StringHelper | protectedstatic | 
| MAX_LC | SCR_StringHelper | protectedstatic | 
| MAX_UC | SCR_StringHelper | protectedstatic | 
| MIN_DIGIT | SCR_StringHelper | protectedstatic | 
| MIN_LC | SCR_StringHelper | protectedstatic | 
| MIN_UC | SCR_StringHelper | protectedstatic | 
| PadLeft(string input, int length, string padding=SPACE) | SCR_StringHelper | static | 
| PadRight(string input, int length, string padding=SPACE) | SCR_StringHelper | static | 
| POUND | SCR_StringHelper | static | 
| QUADRUPLE_SPACE | SCR_StringHelper | static | 
| QUESTION_MARK | SCR_StringHelper | static | 
| ReplaceMultiple(string input, notnull array< string > samples, string replacement) | SCR_StringHelper | static | 
| ReplaceRecursive(string input, string sample, string replacement) | SCR_StringHelper | static | 
| ReplaceTimes(string input, string sample, string replacement, int howMany=1, int skip=0) | SCR_StringHelper | static | 
| Reverse(string input) | SCR_StringHelper | static | 
| SEMICOLON | SCR_StringHelper | static | 
| SimpleStarSearchMatches(string haystack, string needle, bool caseSensitive, bool strictMatch) | SCR_StringHelper | static | 
| SINGLE_QUOTE | SCR_StringHelper | static | 
| SLASH | SCR_StringHelper | static | 
| SPACE | SCR_StringHelper | static | 
| STAR | SCR_StringHelper | static | 
| StartsWithAny(string input, notnull array< string > lineStarts) | SCR_StringHelper | static | 
| TAB | SCR_StringHelper | static | 
| 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_StringHelper | static | 
| Translate(string input, notnull array< string > arguments) | SCR_StringHelper | static | 
| TRANSLATION_KEY_CHARS | SCR_StringHelper | protectedstatic | 
| TrimLeft(string input) | SCR_StringHelper | static | 
| TrimRight(string input) | SCR_StringHelper | static | 
| UNDERSCORE | SCR_StringHelper | static | 
| UPPERCASE | SCR_StringHelper | static |