Companion
Functions
Converts a sequence of Strings, for example from a list, into a concatenated String.
Converts a list of Strings, for example from a list, into a concatenated String.
Check the passed string whether it contains any of the following characters:
Check the passed string whether it contains characters invalid in a path-declaration:
Remove commonly forbidden characters from the passed string, making the resulting String safe to use for files, paths, directories etc. If the passed text ends with a SPACE(  )
or a DOT( . )
, they are also removed.
Remove commonly forbidden characters from the passed string, making the resulting String safe to use for files, paths, directories etc. If the passed text ends with a SPACE(  )
or a DOT( . )
, they are also removed.