Regular Expressions 101

Community Patterns

Season Rename -- Naruto Shippuuden Season Rename

1

Regular Expression
PCRE (PHP <7.3)

/
(.*)_(\d+\-\d+|\d+)_(.*)\.(.*)
/
g

Description

Season Rename -- Naruto Shippuuden Season Rename Will grab that regex and use the same Episode number to rename it with the same file extention as well

Submitted by _tak - 8 years ago