Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for substr (0.13 sec)

  1. .cm/plugins/filters/byCodeowner/ignore/index.js

        const origin = pattern
        let negative = false
    
        // > An optional prefix "!" which negates the pattern;
        if (pattern.indexOf('!') === 0) {
            negative = true
            pattern = pattern.substr(1)
        }
    
        pattern = pattern
            // > Put a backslash ("\") in front of the first "!" for patterns that
            // >   begin with a literal "!", for example, `"\!important!.txt"`.
    JavaScript
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 17.5K bytes
    - Viewed (0)
Back to top