What happens after the identifier when there is a regular match?

what to do after the logo when doing regular matching.
regular expression: . *?\ [. (*?)\] < br/ > this < br/ > is the identifier. The string that you want to intercept the content
according to < br/ > is:
< div style= "display:none" > < p class= "publishdate" > Research date: 2018-09-27

< p style= "line-height: 164.28%;" > combination income does not take into account transaction commission and stamp tax. < br/ > < br/ > if you encounter major domestic and foreign political and economic events that may significantly worsen the fundamentals of individual stocks or have a significant impact on the securities market, the stock list and weights will be temporarily adjusted before the daily trading. < br/ > < br/ > if you encounter major domestic and foreign political and economic events that may significantly worsen the fundamentals of individual stocks or have a significant impact on the securities market, the stock list and weights will be temporarily adjusted before the daily trading. < br/ > < br/ > [Galaxy Securities] < br/ > < em class= "download" > [Click to view the original PDF text]

the result you want to match is Galaxy Securities

.
Aug.12,2021

python3

re.findall('.*<br/>(.*)<br/>', s)
Menu