Split string with decimal places

Hi,

I don’t think it’s correct regex pattern. Does this work?

If you want to extract decimal number:1000, the following will work.

(?<=EB\*C\*IND\*30\*\*\*23\*)[.\d]+(?=\*+Y)

Regards,

1 Like