The url patterns for class.
Use regex expression with some changes:
"." stand for literal character "." instead of "any character".
"*" stand for any legal character for url in 0-n length ([^"'#]*) instead of "any length".
Define the region for url extracting.
Only support XPath.
When sourceRegion is set, the urls will be extracted only from the region instead of entire content.