I need to find many substring in a string. I downloand an internet page and put it into a string. Then I've to see if the page contains some string (substring).
Now I'm using regex whit the boost library, because I use it to use the regex pattern ([0-9] ect..).
The question is: If I need only to find a substring in a string, which is the fastest way?