Search found 3 matches

by niXta
10 Nov 2016, 13:33
Forum: Episode / Movie Naming Scheme
Topic: Replace colon characters differently depending on the context
Replies: 3
Views: 4024

Re: [HELP] text:text -> text.text and text: text -> text - text

1.
You can pass in different replacements for ratio-style colon and grammar-style colon:
'Episode: 4:00am'.colon('.', ' - ')
You may need to install the latest revision for that one though.


2.
Depends on how you define what a "A Swedish Movie" is. ;)

e.g. Swedish movies are movies that are ...
by niXta
09 Nov 2016, 15:28
Forum: Episode / Movie Naming Scheme
Topic: Replace colon characters differently depending on the context
Replies: 3
Views: 4024

Replace colon characters differently depending on the context

Hi!

I want to convert:
text:text -> text.text
and
text: text -> text - text

For example:
11:14 (2003) -> 11.14 (2003)
while
District 13: Ultimatum (2009) -> District 13 - Ultimatum (2009)

This is my format atm: {ny.colon(' - ')}.{vf}{'.'+source}.{ac}{'.'s3d}.{vc}/{ny.colon(' - ')}.{vf ...