I have two types of text from that i need to extract the name
1 #PRESTIGE COOKTOP 3B 6995.00/
3 #PRESTIGE SS DLX ALPHA 2250.00/
By using following expression I am able to extract the first one but not the second one.
I use
(?'SrNo'\d+)\s+(?'Itemname'#([A-Z\s.*-]*)[\d]{1}[A-Z\s.*-]*)\s+(?'MRP'[0-9.]*)
]{1}[See regex101.com/r/FNTJi0/1