rvalitov / backlink-checker-php

Validates a predefined list of backlinks on remote websites that they exist and are correct (for SEO). Simple and Javascript-enabled web engines are used for scraping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use this without a pattern?

novakben opened this issue · comments

Can I use this without a pattern?
Just to search for a specific URL:
https://domain.com

Only RegEx patterns are supported. If you want to convert an URL to RegEx, please, use a service like https://regex-escape.com/regex-escaper-online.php
It will escape a specific URL, in your example https://domain.com to https\:\/\/domain\.com
Does this answer solves your question?

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.