Description
This expansion allows you to format text and numbers in various ways. Currently supported TEXT options: - Turn it Uppercase - Turn it Lowercase - Get Substring of it - Replace specific characters with another one - Get length of text Currently supported NUMBER options: - Format it (E.g. 1000 -> 1,000) - Turn it into a duration (e.g. 70 seconds -> 1d 10s) - Convert from one duration to another (i.e. hours to minutes) - Rounding Check the GitHub Repository for a full list of features. THIS EXPANSION ONYL SUPPORTS JAVA 11 AND NEWER!