Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseUnicodeClass (0.17 sec)

  1. src/regexp/syntax/parse.go

    		return t, unicode.FoldScript[name]
    	}
    	return nil, nil
    }
    
    // parseUnicodeClass parses a leading Unicode character class like \p{Han}
    // from the beginning of s. If one is present, it appends the characters to r
    // and returns the new slice r and the remainder of the string.
    func (p *parser) parseUnicodeClass(s string, r []rune) (out []rune, rest string, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 13:59:01 UTC 2024
    - 52.1K bytes
    - Viewed (0)
Back to top