Checks given string contains forbidden symbols for names: Forbidden symbols are: : { } [ ] | ; < > ? ` ~ and control characters
True if one of forbidden symbols found in string, false otherwise.
File: BmString.h
Namespace: OdBm::Utils::String