REGEX CODE PHONE THIS

I want to capture from the fence the code of all numbers in this format, how can it be set

^05[0-9]{8}$

EX:
0545325415
0586539654

@Pure
@Ruri

If you want to capture it from the source code then remove the ^ and $ characters and set the output format to [0]

1 Like

Thanks Ruri Work 100%