Returns a list of classes whose name contains
searchText. If findInText = true then
classes whose text contains searchText is also
returned.
Example command:
searchClassNames("ground");
searchClassNames("ground", true);
function searchClassNames input String searchText; input Boolean findInText = false; output TypeName classNames[:]; end searchClassNames;