I'm working with python and I'm doing a chat, I need to validate that if the user sends a code as follows:
Code 1: ZH150000001
Code 2: ZHS150000001
Validate if it starts with ZH or ZHS and what follows is a number.
I think that it could be with a regular expression but I'm not sure.
If so, do you know of any? or from an understandable regular expression generator?.
I appreciate your help.