Hello everybody
I used to use regex:^[0-9_-]+(\.[^.]+)?$ to filter files with only number but it is not working anymore, what could be the issue?
Thank you
Regards
regex issue
-
void
- Developer
- Posts: 20164
- Joined: Fri Oct 16, 2009 11:31 pm
-
sk2107
- Posts: 387
- Joined: Sun Aug 07, 2022 8:48 pm
Re: regex issue
yes Match path was enabled, I tried regex:\\[0-9_-]+(\.[^.]+)?$ and it worked fine
thanks a lot
best regards
thanks a lot
best regards