i found this scheme in the forum.... {ny.replaceFirst(/^(?i)(The|A|An)\ (.+[^\ \(\d{4}\)])/, /$2, $1/)}
can someone please help add the code to replace colon (:) with dash ( - )
thank you
Search found 2 matches
- 22 Dec 2017, 02:57
- Forum: Episode / Movie Naming Scheme
- Topic: replace colon with existing scheme
- Replies: 5
- Views: 5538
- 22 Dec 2017, 00:48
- Forum: Episode / Movie Naming Scheme
- Topic: Custom Sort Name
- Replies: 4
- Views: 3775
Re: [SNIPPET] Sort Name
using your script above: {ny.replaceFirst(/^(?i)(The|A|An)\ (.+[^\ \(\d{4}\)])/, /$2, $1/)}
can you please add the code to replace colon (:) with dash ( - )
thank you
can you please add the code to replace colon (:) with dash ( - )
thank you