📄️ Number Round Decimal Points
This block rounds a number to a fixed number of decimal places.
📄️ Number To Fixed
This block formats a number as a string with a fixed number of decimals.
📄️ String Index Of
This block finds a substring inside a string and outputs its position.
📄️ Substring
This block extracts part of a string.
📄️ String Trim
This block removes whitespace (spaces, tabs and line breaks) from a string.
📄️ String Pad
This block pads a string until it reaches a target length.
📄️ String Replace
This block replaces text inside a string.