In a HTML data, I need to detect (&) symbols between link tags.
Example:
"<.+(&).+>"
But, this detects only ONE (&) symbol.