I have a string
81.5r3
I need to create a regex pattern, So that I should get
[\'81.5\', \'r\', \'3\']
Is the