I want to write a javascript regular expression to match URLs which have the word -booker in it.
URLs are generally like:
http://domain.local/htmlforms/mforms/product1-booker.html
http://domain.local/htmlforms/mforms/product2-booker.html
http://domain.local/htmlforms/mforms/product3.html
http://domain.local/htmlforms/mforms/product4.html
Thank you.