functionreadAfterDot

reads string after 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
StringafterDotpart after last dot
BooleandotFoundtrue if no dot is found