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
Ruri
2
If you want to capture it from the source code then remove the ^
and $
characters and set the output format to [0]
1 Like