functionreadAfterDot
reads string after last dot
Information
This fuction reads the string after the last dot. Helpfull for model names
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | inputString | "a.b.c" | string input |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | afterDot | part after last dot | |
| Boolean | dotFound | true if no dot is found |