Closed bdauer closed 8 years ago
This should be pretty simple since the genres are usually in [genre]. So a regex for that is simply \[\w+\]
\[\w+\]
Also this is a great site for testing your regexes https://regex101.com/
This should be pretty simple since the genres are usually in [genre]. So a regex for that is simply
\[\w+\]