Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to extract a four digit number from a string using t-map
Depends of the input format.
Look at "string.replaceAll" method as a starting point, it's the solution in most cases.