functionreadToDot

reads string to the first dot

Information

This fuction reads the string up to the first dot. Helpfull to obtain the package name of a model.

Inputs

TypeNameDefaultDescription
StringinputString"a.b.c"string input

Outputs

TypeNameDefaultDescription
StringbeforeDotpart till first dot
StringafterDotpart after first dot
BooleandotFoundtrue if no dot is found