Mester / demo-day-vikings

The Unlicense
2 stars 1 forks source link

Write a regex for accessing the genre type. #16

Closed bdauer closed 8 years ago

Mester commented 8 years ago

This should be pretty simple since the genres are usually in [genre]. So a regex for that is simply \[\w+\]

Mester commented 8 years ago

Also this is a great site for testing your regexes https://regex101.com/