Skip to main content

How validate (boolean) a list of mails that match “*Order*r0-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.

Be the first to reply!

Reply