Hi,
I would like to create a web exception by regex for a specific Facebook page and its content
- https://www.facebook.com/xxx where xxx is a literal string. This is the home company page
- https://www.facebook.com/xxx/* i.e. this is for any content related to that page.
As easy as this sounds I am having trouble with the regex I built:
^([A-Za-z0-9.-]*\.)?facebook\.com\/xxx\/([A-Za-z0-9]*)
I would appreciate if anyone can tell me what I am doing wrong.
^([A-Za-z0-9.-]*\.)?facebook\.com\.?/
This thread was automatically locked due to age.