Search found 2 matches

by nuckles
22 Dec 2017, 02:57
Forum: Episode / Movie Naming Scheme
Topic: replace colon with existing scheme
Replies: 5
Views: 4809

replace colon with existing scheme

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
by nuckles
22 Dec 2017, 00:48
Forum: Episode / Movie Naming Scheme
Topic: Custom Sort Name
Replies: 4
Views: 3166

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