Greetings, I'm unable to figure out a pattern in regex for the following problem, I'd very much appreciate your inputs in this regard, I must validate a String, the validation rules are. The String must not start with an underscore(-), a space or an unprintable character. The string must not contain any empty spaces or unprintable characters. Except for unprintable characters ...