Skip to main content

Hoi Hans,

 

 

That depends on your input string....can you share an example?

 

 


Hoi Hans,

Usually a \\d works just fine for numbers.

Groet,

Itay


This will give you the first occurring group (one ore more) of digits inside the attribute "string", returned in attribute "_first_match"

Example: "test123abc" as input will return "123".


Reply