Hi to everyone
I need your help today
I’ve this text +58 412-2677132, received from a WebHook
I need extract only numbers, for this result 584122677132
Without spaces or digit +
Im using this REGEX to extract numbers and save result on variable reservanum
(?<reservanum>\d+)
But looks the screenshot to see how extract the information
This is the module
I attach the blueprint
blueprint.json (28.0 KB)
And this is the JSON I sending to the webhook
{
"id": "mF0kiqZ6wH8gsHNsWsSs",
"name": "Carlos Herrera",
"email": "info3@asfaltodigital.com",
"phone": "+58 412-2677132",
"reservanombre": "Carlos Herrera Revoluciona Tu Salud",
"reservaphone": "666 03 64 72",
"reservafecha": "18 de noviembre de 2024",
"reservahora": "14:00"
}
Thanks a lot