1 comment

[ 0.21 ms ] story [ 14.5 ms ] thread
I just gave it "IT-2024-4413 separate prefix, year and number"

and it gave me: ^([A-Z]{2})-(\d{4})-(\d{4})$

Then "IT-2024-4413 give me the year in this ID"

and it gave me: \b\d{4}\b

Nice and usefull.