UrlMatchPatternCollection.Add Method
From IronWebScraper
IronWebScraper - The C# Web Scraping Library
UrlMatchPatternCollectionAdd Method |
| Name | Description | |
|---|---|---|
| Add(T) | (Inherited from ListRegex.) | |
| Add(String) |
Adds a match pattern using strings with wild-card.
? matches exactly 1 character * matches exactly zero to any number of characters | |
| Add(String) |
Adds multiple match patterns using strings with wild-card.
? matches exactly 1 character * matches exactly zero to any number of characters |