Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for location (0.21 sec)

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

            /\\\\\\(?=[$.|*+(){^])/g,
            () => ESCAPE
        ],
    
        [
            // '\\\\' -> '\\'
            /\\\\/g,
            () => ESCAPE
        ],
    
        [
            // > The range notation, e.g. [a-zA-Z],
            // > can be used to match one of the characters in a range.
    
            // `\` is escaped by step 3
            /(\\)?\[([^\]/]*?)(\\*)($|\])/g,
    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