String Manip
Module name: StringManip
Package: CEAMSModules 7.4.0
Version: 2.0.0
Overview
String manipulaiton.
Inputs
Input |
Format |
Default |
Description |
|---|---|---|---|
|
String |
— |
Input string to manipulate |
|
String |
— |
String added at the beginnig of the input string. |
|
String |
— |
String added to the end of the input string. |
|
String of int |
0 |
‘1’ to remove the filename after the path from the input string. |
|
String of int |
1 |
‘1’ to remove the path from the input string.
Remove any chars before the last (including the last ).
|
|
String of int |
1 |
‘1’ to remove the file ext (ex .edf) from the input string. |
Outputs
Output |
Format |
Description |
|---|---|---|
|
String |
Output string manipulated |
Usage in a process
Open Dev Tools -> New process in Snooz.
In the Module Library, find String Manip under the Parameters category.
Drag the module onto the process canvas.
Connect the required inputs from upstream modules (or set values in the Settings tab).
Connect outputs to downstream modules as needed.
Double-click the module to configure parameters in the Settings tab.
Run the process and inspect results in the Results tab.
Note
For general guidance on building processes with modules, see Explore examples.