I\'m looking a regular expression which must extract text between HTML tag of different types.
For ex:
Span 1 - O/p:
A very specific way:
(||)(.*)(||)
but yeah, this will only work for those 3 examples. You'll need to use an HTML parser.