Utilities Class Reference

The Utilities class offers a range of frequently used function for manipulation of strings and others (...). An instance of this class is directly accessible through the scripting environment. More...

Public Slots

String convertSeparator (String &data) const
 Convert backward separators to forward separators and vice versa. More...
 

Detailed Description

The Utilities class offers a range of frequently used function for manipulation of strings and others (...). An instance of this class is directly accessible through the scripting environment.

Member Function Documentation

◆ convertSeparator

String Utilities::convertSeparator ( String &  data) const
slot

Convert backward separators to forward separators and vice versa.

Parameters
dataString needing conversion
Returns
Converted String