Taking only a number from a string

hello @Bleck
@ipazin just shared a solution to a similar request in another post…

this should be work for you as well:

image

.*[: ](\d+).*
or
.*[Acumulador: ](\d{3}).*
only {3} first numbers

@bruno29a i’ve just tested the “F” issue

image

br

3 Likes