Table of Contents
    
    
        Interfaces
        
    
    
                    - VideoUrlParserInterface
     
    Constants
    
            - 
    REGEX
    
         = '/(?:vimeo\.com\/(?:\d+|[^\/]+\/[^\/]+\/video\/|album\/[^\/]+\/video\/|channels\/[^\/]+\/|groups\/[^\/]+\/videos\/|ondemand\/[^\/]+\/)|player\.vimeo\.com\/video\/)(\d+)/'                            
 
    
    Methods
    
            - 
    parse()
    
                                 : Video|null    
 
    
        
    
        
                    
    
        REGEX
        
    
    
    
    
    
    private
        mixed
    REGEX
    = '/(?:vimeo\.com\/(?:\d+|[^\/]+\/[^\/]+\/video\/|album\/[^\/]+\/video\/|channels\/[^\/]+\/|groups\/[^\/]+\/videos\/|ondemand\/[^\/]+\/)|player\.vimeo\.com\/video\/)(\d+)/'
    
    
    
    
            
        
            
        
                    
    
        parse()
        
    
    
    
    
    public
                    parse(string $url) : Video|null
    
        
    
    
        Parameters
    
                    - 
                $url
                : string
                            
 
            -