How to extract Regex but to get the remaining?
Status: Closed · Asked by Kenny on · 0 views
i have 51920-TG0-T01 (MB) Rubber Support. I did extract it using"\([a-zA-Z]{2,3}\)" and got "(MB)".
How can i get the remaining text i.e. "51920-TG0-T01 Rubber Support" ?
Hey @Kenny
If you want to establish the regular expression on your given text/pattern, we would recommend you to check out the following tools which will help you to design it accordingly.
https://regex101.com/ & https://regexr.com/3cq3j
Regards!