How validate (boolean) a list of mails that match “*Order*[0-9]+*” in subject?
Note:
Sample Subject: “Order 123456”
The RegExMatch whuld be: “^.*order.*[0-9]+.*$”
I dont understand whow use RegEx to validate a string as a boolean.
Thanks.
How validate (boolean) a list of mails that match “*Order*[0-9]+*” in subject?
Note:
Sample Subject: “Order 123456”
The RegExMatch whuld be: “^.*order.*[0-9]+.*$”
I dont understand whow use RegEx to validate a string as a boolean.
Thanks.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.