Using MasksMasks are often used in the options of Web Link Validator and in the profile settings to select a group of links, files or when you are searching for some text. Masks include regular characters and the following wildcards: '?' and '*'. The '?' character stands for a single character, while the '*' character stands for zero or more characters. The mask http://site.com/page?.htm would include the following links:
http://site.com/page1.htm The mask http://site.com/page??.htm would include the following links:
http://site.com/page01.htm Using the '*' character instead of the '?' character expands the number of links matching the mask. page*.html matches all of the following:
http://site.com/page.htm The mask http://site.com/* would include all links starting with 'http://site.com/', for example:
http://site.com/page.htm A mask like */site.com/* would include all links containing '/site.com/', for example:
http://site.com/page.htm |
|
|
|
Copyright © 2001–2010 REL Software. All rights reserved. Privacy Statement | Send Feedback |
