Regular Expressions 101

Community Patterns

H265 excluding 10 Bit

1

Regular Expression
Python

r"
^(?!.*10[Bb]it)(.*[x|h]\.?(265|HEVC).*)$
"
gm

Description

Used in Radarr for a custom H265 format but excluding 10 Bit because my TV doesn't support it

Submitted by ScottM - 3 years ago