Hi,
i had to extract a number from a string.
for exemple if i had “my father had 1.5 euro” i extract 1.5
Hi,
i had to extract a number from a string.
for exemple if i had “my father had 1.5 euro” i extract 1.5
can you explaine more or dro a code,i think we need regex
sure…
RegExr: Learn, Build, & Test RegEx this link will explain the above pattern step by step
and this link: https://www.regular-expressions.info/ will help you understand the regex better.
hope this is helpful