Migration Guide : C. Features Introduced in OpenROAD 5.1 : New Features : StringObject Methods
 
Share this page                  
StringObject Methods
The StringObject system class has two new methods:
Split
Splits the StringObject contents into an array of StringObjects and returns them
Join
Concatenates an array of StringObjects to the cleared host StringObject and returns that StringObject. If a delimiter is supplied, it is interpolated between joins.
For more information about these methods, see the Language Reference Guide and the System Reference Summary.