Regular Expression URL Problem

Posted by Bhargav Reddy under ASP.NET MVC on 10/17/2014 | Points: 10 | Views : 1373 | Status : [Member] | Replies : 1
Hi ,

This is Bhargavi.
I want Regular Expression Using MVC4. That also this Format I want [i.e ../ControllerName/ViewName] .
How can I give this Format .Can you Explain me ,I am new to Regular Expression.

Please Explain me.

Regards
Bhargav Reddy




Responses

Posted by: Sheonarayan on: 10/20/2014 [Administrator] HonoraryPlatinum | Points: 25

Up
0
Down
Hi Bhargavi,

Your requirement is custom not a generic regular expression people look for. I would suggest to learn regular expression from http://www.dotnetfunda.com/articles/show/1260/b-ball-c-cat-d-dog-learning-regex-regular-expression-the-easy-way.

Here are some regular expression cheat sheet that may help you get your done.

http://www.cheatography.com/davechild/cheat-sheets/regular-expressions/

http://regexlib.com/CheatSheet.aspx?AspxAutoDetectCookieSupport=1

Go to regexlib.com for more sample regular expressions.

Thanks

Regards,
Sheo Narayan
http://www.dotnetfunda.com

Bhargav Reddy, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response