My current Python Code : (\<Shares|\<Shares\:|[^\-]Share\:|\<Underlying Share\:|\<Exchange|\<Exchange\:)\s\s\s\s+([[:alpha:]|\s|\-]+)\s
I'm looking to extract the following :
1. Share Name [Share / Shares / Shares: ]
2. Ticker Code [ REUTERS : / Bloomberg Ticker: / Bloomberg Code: / Reuters Code: / RIC: / Bloomberg: ]
3. Exchange [Exchange(s) / Exchange: / Exchange ]
I'm looking to extract the respective 3 details from multiple different layouts of Confirmation. (+ Some sample screenshots of the confirmation shown in Images) . However, my python code above is only currently able to extract just the Shares name, but not the ticker / Exchange.
Would there be any one who is proficient in Python that could help with my case please? Thank you!