StringUtil extension

Utils for easier String manipulation.

on

Properties

format String
Utility to print templated Strings.
no setter
normalize String
Return current String value as being a path to a File or Directory with forward slashes ('/') replaced for the platform specific separator.
no setter
postfixedWithPlugin String
Return current String value with 'Plugin' postfix if not present.
no setter
verifyExists String
Create an absolute path to the given file or folder.
no setter