Generation

regex explanationFri, 14 Apr 2023

'^RD[[:alnum:]]{1,2}$'

The regex matches all the records with a string of "RD" followed by one or two alphanumeric characters.

Want to kickstart your project?Use the new AI Studio to create your code