let inputElement = "Connectorparent3cchild4d" inputElement.match(/\d+/g)
In the past, the code was designed to extract numeric values from the string
Now, with the new variable StringElement, which is set as "Connectorparentabcchildcd"
Is there a way to store the values abc and cd in an array?
I am looking for a solution to save the values that come after Connectorparent and child in an array using typescript