functionreadToLastDot

reads string before last dot

Information

This fuction reads the string after the last dot. Helpfull for model names

Inputs

TypeNameDefaultDescription
StringinputString"a.b.c"string input

Outputs

TypeNameDefaultDescription
StringbeforeDotpart before last dot
BooleandotFoundtrue if no dot is found