Skip to content
Gnosis
Power your Apps with Gnosis
Search Here...
Search
Search
Search
Post Categories
Functions
String
String Functions
String Gnosis Script Functions.
Search Here...
Search
Close
Table of Contents
×
CharToString(code) : String?
Diff(str1, str2, wordMode = false) : []
Ellipsis(str, length) : String?
EndsWith(str, end, ignoreCase = false) : Boolean
GenerateUid() : String?
IdentifierToTitle(name) : String?
Match(source, pattern, flags?)
MinifyCode(code, codeType, sourceName?, failOnError = false) : String?
Pluralize(word) : String?
RegexEscape(str) : String?
Replace(text, search, replace, isRegex = true) : String?
Split(text, pattern, anyChar = false, options?) : String[]
StartsWith(str, start, ignoreCase = false) : Boolean
StringJoin(array, separator?, selectorOrTrimFlag?) : String?
Substitute(template, scope?, templateName?) : String?
Substring(str, start, count?) : String?
Surround(str, prefix, suffix?) : String?
Template(body, name?, eval?) : Template
TitleToIdentifier(title) : String?
ToLower(str) : String?
ToString(value, format?) : String?
ToUpper(str) : String?
Trim(str, trimChars?) : String?
TrimEnd(str, trimChars?) : String?
TrimStart(str, trimChars?) : String?
→
Index