document.URL Matching in Javascript

Posted by streetparade on Stack Overflow See other posts from Stack Overflow or by streetparade
Published on 2010-04-28T08:25:02Z Indexed on 2010/04/28 8:43 UTC
Read the original article Hit count: 149

Filed under:
|

I have a url which looks like this https://test.high.com/people/11111111-name-firstname-_custa/deals/new

Now i need to match document.URL if im on that Page if so i will alert a message.

The important part is /deals/new

How can i match that in Javascript?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about regex