mirror of https://github.com/morpheus65535/bazarr
14 lines
306 B
YAML
14 lines
306 B
YAML
# Multiple input strings having same expected results can be chained.
|
|
# Use $ marker to check inputs that should not match results.
|
|
? Us.this.is.title
|
|
? this.is.title.US
|
|
: country: US
|
|
title: this is title
|
|
|
|
? This.is.Us
|
|
: title: This is Us
|
|
|
|
? This.Is.Us
|
|
: options: --no-default-config
|
|
title: This Is Us
|