Showing 2241 - 2250 of 4306 results
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/rightReturns count number of characters starting from the right side of string, where count and string are the arguments to the function.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/replaceFinds all occurrences of a substring inside of a source string, and replaces them with the replacement string.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/repeatRepeats the given string some number of times.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/trimTakes the argument string and trims of any leading and/or trailing whitespace
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/toOctalReturns an octal formatted string representing the unsigned integer argument.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/toHexReturns a hex formatted string representing the unsigned integer argument.
-
https://docs.inductiveautomation.com/docs/7.9/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/upperTakes a string and returns an uppercase version of it.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/upperTakes a string and returns an upper-case version of it.
-
https://docs.inductiveautomation.com/docs/7.9/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?