Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for subexpressions (0.14 sec)

  1. src/regexp/syntax/parse.go

    		strflags = iflags
    	}
    	sub = out
    
    	// Round 2: Factor out common simple prefixes,
    	// just the first piece of each concatenation.
    	// This will be good enough a lot of the time.
    	//
    	// Complex subexpressions (e.g. involving quantifiers)
    	// are not safe to factor because that collapses their
    	// distinct paths through the automaton, which affects
    	// correctness in some cases.
    	start = 0
    	out = sub[:0]
    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