c# - Regular Expression that having atleast two / any where -


i need 1 regular expression c# must have first letter w or w , whole textbox value must have 2 /.

whole text can alphanumeric or digit must have 2 / , first letter w or w.

^[ww].*?\/.*?\/*[0-9]$ 

live demo


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -