I have this regex expression ^[?+ A-zA-Z0-9]*$
, but it's not clear what +
and *
means. I searched on the Internet, but I did not find a clear explanation. Thanks a lot.
Asked
Active
Viewed 118 times
-3
-
2Wouldn't google be quicker - https://www.google.co.uk/search?q=regex+operators – Ed Heal Aug 15 '17 at 10:21
-
see here, you will get your answer , https://stackoverflow.com/questions/10763820/difference-between-and-regex?answertab=votes#tab-top – Saikat Chakrabortty Aug 15 '17 at 10:25