I want to generate RegEx Pattern from a given matches
for example i want to get <b>d+<>
from the following array of matches
<b>1</b>
<b>2</b>
<b>3</b>
<b>4</b>
<b>5</b>
...
any ideas?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…