Showing 2251 - 2260 of 4306 results
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/numberFormatReturns a string version of the number argument, formatted as specified by the pattern string.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/lowerTakes a string and returns a lower-case version of it.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/escapeXMLReturns the given string after being escaped to be valid for inclusion in XML.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/escapeSQLReturns the given string with special SQL characters escaped.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/leftReturns count characters from the left side of string, where count and string are the arguments to the function.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/lastIndexOfSearches for the last occurrence of the substring inside of string.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/indexOfSearches for the first occurrence of the substring inside of string.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/fromOctalReturns an integer value of the octal formatted string argument.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/string/toBinaryReturns a binary formatted string representing the unsigned integer argument.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/string/substringWill return the portion of the string from the startIndex to the endIndex, or end of the string if endIndex is not specified

Were these results helpful?