...well my entities are obv. shown as ",&,' and <
..new example:
How do I modify the code (or the reg. expression) below, so that I get :
groupStr0 = &a;
groupStr1 = &bb;
groupStr2 = &ccc;
groupStr3 = &dddd;
instead of only:
groupStr0 = &a;
*****************************
import...