[–] raxxorraxor 2y ago ↗ 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}\bNice and usefull.
1 comment
[ 0.21 ms ] story [ 14.5 ms ] threadand 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.