X7ROOT File Manager
Current Path:
/opt/golang/1.19.4/src/regexp/syntax
opt
/
golang
/
1.19.4
/
src
/
regexp
/
syntax
/
📁
..
📄
compile.go
(6.83 KB)
📄
doc.go
(5.27 KB)
📄
make_perl_groups.pl
(2.37 KB)
📄
op_string.go
(663 B)
📄
parse.go
(51.53 KB)
📄
parse_test.go
(15.09 KB)
📄
perl_groups.go
(2.35 KB)
📄
prog.go
(7.53 KB)
📄
prog_test.go
(2.04 KB)
📄
regexp.go
(7.67 KB)
📄
simplify.go
(4.2 KB)
📄
simplify_test.go
(4.01 KB)
Editing: op_string.go
// Code generated by "stringer -type Op -trimprefix Op"; DO NOT EDIT. package syntax import "strconv" const ( _Op_name_0 = "NoMatchEmptyMatchLiteralCharClassAnyCharNotNLAnyCharBeginLineEndLineBeginTextEndTextWordBoundaryNoWordBoundaryCaptureStarPlusQuestRepeatConcatAlternate" _Op_name_1 = "opPseudo" ) var ( _Op_index_0 = [...]uint8{0, 7, 17, 24, 33, 45, 52, 61, 68, 77, 84, 96, 110, 117, 121, 125, 130, 136, 142, 151} ) func (i Op) String() string { switch { case 1 <= i && i <= 19: i -= 1 return _Op_name_0[_Op_index_0[i]:_Op_index_0[i+1]] case i == 128: return _Op_name_1 default: return "Op(" + strconv.FormatInt(int64(i), 10) + ")" } }
Upload File
Create Folder