[FFmpeg-devel] TRAC Spam
    Diederick C. Niehorster 
    dcnieho at gmail.com
       
    Fri Sep 22 12:03:58 EEST 2023
    
    
  
On Fri, Sep 22, 2023 at 10:39 AM Michael Koch
<astroelectronic at t-online.de> wrote:
>
> (?i)customer.?support
> (?i)customer.?care
> (?i)customer.?service
>
> What's the meaning of (?i) and .?
> I can't find that in Python syntax description.
>
This is regular expression syntax, not python syntax. There are some
nice online tools that show you what your regular expression will
match.
Cheers,
Dee
    
    
More information about the ffmpeg-devel
mailing list