INFO:
I need to determine which URL strings in a big array match a certain pattern. Here I will use the new pattern object and show how it can be simpler than using regular expressions with regexp.
Using Pattern Object To Match URL Strings - MATLAB