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? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -