Matchers define a URL string as part of an Autoconvert definition.
Wildcards (parts of the url that should always match, such as as a unique ID) can be defined using a single open and close curly bracket such as '{}'. Use a new brace pair for each separate wildcard.
Keep in mind that you'll need to define a separate matcher for each relevant internet protocol (such as http vs https).
Example
1 2 3 4
{
"pattern": "https://www.facebook.com/{}/about"
}
pattern
Type | |
Max length | 1024 |
Required | Yes |
Description | The pattern is a string that defines a single URL to match. |
Rate this page: