functionreadToLastDot
reads string before 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 | beforeDot | part before last dot | |
| Boolean | dotFound | true if no dot is found |