String Operation invoice

Hi all,
in attached window I want only invoice number. Please help me how to get that.
image

Hi @Red.Red ,

Try to use regex to get the numbers only, below regex will match the numbers in the string

\d+

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