H
Hardy Wang
Hi all:
I have a big string, format like below:
A 8972057019577575 37893 7937 92 702
059032868 -86-248 6408 6048-8608175398
295830 8308 02
B
A 3098453-8 3-86-386-860458602862086029
23085308-5-208623-086208620982906
B
......
I would like to use one regex pattern to find out all matches between "A"
and "B" ("A" and "B" are unique delimits), how should I build this regex
pattern?
Thanks!
I have a big string, format like below:
A 8972057019577575 37893 7937 92 702
059032868 -86-248 6408 6048-8608175398
295830 8308 02
B
A 3098453-8 3-86-386-860458602862086029
23085308-5-208623-086208620982906
B
......
I would like to use one regex pattern to find out all matches between "A"
and "B" ("A" and "B" are unique delimits), how should I build this regex
pattern?
Thanks!