Regex Expression problem

I have this table and i need regex expression of only those digit with match so, is it possible? can you give me suggestion.

Hi @rAE_rAS

\d.+

image

Regards
Gokul

But i need Case Price other side available font. and so many other font is also available in mail but i need case price opposite side digit i have mentioned it in my question.

Hi @rAE_rAS

(?<=Cash\sPrice)\s+\d.*

image

Regards
Gokul

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.