UrlMatchPatternCollection.Add Method

IronWebScraper

UrlMatchPatternCollectionAdd Method

Overload List
  NameDescription
Public methodAdd(T) (Inherited from ListRegex.)
Public methodAdd(String)
Adds a match pattern using strings with wild-card.

? matches exactly 1 character

* matches exactly zero to any number of characters

Public methodAdd(String)
Adds multiple match patterns using strings with wild-card.

? matches exactly 1 character

* matches exactly zero to any number of characters

Top
See Also