I’m trying to extract currency from a text string but I get false returned.
I’m using in:punct:]]currencyre:punct:]]:t::punct:]]\s*(\w+) to extract GBP from the below text string:
{"product":u"IR Forum \u2013 AI & Technology Europe - Corporate second release rate (Amount: 0.00 GBP, Quantity: 1)"],"currency":"GBP","tax":"0.00","total":"0.00","coupon":"VIPGUEST","stripeData":
Any advice?