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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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