AI-powered regular expression generator(airegex.pro)3 points·by sprague·vor 2 Jahren·1 commentsairegex.proAI-powered regular expression generatorhttps://www.airegex.pro/1 commentsPost comment[–]raxxorraxor·vor 2 JahrenreplyI 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.
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.