I want to select all codes from a PostgreSQL table that match the pattern "F1" followed by any digit and dot, and then any sequence of characters in SQL. If I use the LIKE operator, I need to mention all codes one by one. Is there any operator that I can use in SQL?
Codes should be something like these:
F10.34, F14.762A