divijbindlish / parse-torrent-name

Extract media information from a filename
MIT License
215 stars 60 forks source link

Match with ignore case #5

Closed roidayan closed 8 years ago

roidayan commented 8 years ago

We use word boundaries to make sure we don't just match a substring so do the matching with ignore case as names could always have different case that can be missed and it shouldn't matter. e.g. HDRiP was missed while HDRip was ok.

Signed-off-by: Roi Dayan roi.dayan@gmail.com