|
| https://go.dev/ |
| Skip to Main Content | https://pkg.go.dev/regexp/syntax#main-content |
|
Why Go
| https://pkg.go.dev/regexp/syntax |
|
Case Studies
| https://go.dev/solutions#case-studies |
|
Use Cases
| https://go.dev/solutions#use-cases |
|
Security
| https://go.dev/security/ |
| Learn | https://go.dev/learn/ |
|
Docs
| https://pkg.go.dev/regexp/syntax |
|
Effective Go
| https://go.dev/doc/effective_go |
|
Go User Manual
| https://go.dev/doc/ |
|
Standard library
| https://pkg.go.dev/std |
|
Release Notes
| https://go.dev/doc/devel/release |
|
API
| https://pkg.go.dev/api |
| Packages | https://pkg.go.dev/ |
|
Community
| https://pkg.go.dev/regexp/syntax |
|
Recorded Talks
| https://go.dev/talks/ |
|
Meetups
| https://www.meetup.com/pro/go |
|
Conferences
| https://github.com/golang/go/wiki/Conferences |
|
Go blog
| https://go.dev/blog |
|
Go project
| https://go.dev/help |
|
| https://groups.google.com/g/golang-nuts |
|
| https://github.com/golang |
|
| https://twitter.com/golang |
|
| https://www.reddit.com/r/golang/ |
|
| https://invite.slack.golangbridge.org/ |
|
| https://stackoverflow.com/collectives/go |
|
| https://go.dev/ |
|
Why Go
| https://pkg.go.dev/regexp/syntax |
|
Why Go
| https://pkg.go.dev/regexp/syntax |
|
Case Studies
| https://go.dev/solutions#case-studies |
|
Use Cases
| https://go.dev/solutions#use-cases |
|
Security
| https://go.dev/security/ |
| Learn | https://go.dev/learn/ |
|
Docs
| https://pkg.go.dev/regexp/syntax |
|
Docs
| https://pkg.go.dev/regexp/syntax |
|
Effective Go
| https://go.dev/doc/effective_go |
|
Go User Manual
| https://go.dev/doc/ |
|
Standard library
| https://pkg.go.dev/std |
|
Release Notes
| https://go.dev/doc/devel/release |
|
API
| https://pkg.go.dev/api |
| Packages | https://pkg.go.dev/ |
|
Community
| https://pkg.go.dev/regexp/syntax |
|
Community
| https://pkg.go.dev/regexp/syntax |
|
Recorded Talks
| https://go.dev/talks/ |
|
Meetups
| https://www.meetup.com/pro/go |
|
Conferences
| https://github.com/golang/go/wiki/Conferences |
|
Go blog
| https://go.dev/blog |
|
Go project
| https://go.dev/help |
| https://groups.google.com/g/golang-nuts |
| https://github.com/golang |
| https://twitter.com/golang |
| https://www.reddit.com/r/golang/ |
| https://invite.slack.golangbridge.org/ |
| https://stackoverflow.com/collectives/go |
| Discover Packages | https://pkg.go.dev/ |
| Standard library | https://pkg.go.dev/std |
| regexp | https://pkg.go.dev/regexp |
|
syntax
| https://pkg.go.dev/regexp/syntax@go1.26.4 |
|
| https://go.dev/ |
|
Version:
go1.26.4
| https://pkg.go.dev/regexp/syntax?tab=versions |
|
Go to latest
| https://pkg.go.dev/regexp/syntax |
| BSD-3-Clause | https://pkg.go.dev/regexp/syntax?tab=licenses |
|
Imports: 7
| https://pkg.go.dev/regexp/syntax?tab=imports |
|
Imported by: 1,463
| https://pkg.go.dev/regexp/syntax?tab=importedby |
| go.mod | https://cs.opensource.google/go/go/+/go1.26.4:src/go.mod |
| Learn more about best practices | https://pkg.go.dev/about#best-practices |
|
cs.opensource.google/go/go
| https://cs.opensource.google/go/go |
|
Report a Vulnerability
| https://go.dev/security/policy |
|
Documentation
| https://pkg.go.dev/regexp/syntax#section-documentation |
| Overview | https://pkg.go.dev/regexp/syntax#pkg-overview |
|
Index
| https://pkg.go.dev/regexp/syntax#pkg-index |
|
Constants
| https://pkg.go.dev/regexp/syntax#pkg-constants |
|
Variables
| https://pkg.go.dev/regexp/syntax#pkg-variables |
|
Functions
| https://pkg.go.dev/regexp/syntax#pkg-functions |
|
IsWordChar(r)
| https://pkg.go.dev/regexp/syntax#IsWordChar |
|
Types
| https://pkg.go.dev/regexp/syntax#pkg-types |
|
type EmptyOp
| https://pkg.go.dev/regexp/syntax#EmptyOp |
|
EmptyOpContext(r1, r2)
| https://pkg.go.dev/regexp/syntax#EmptyOpContext |
|
type Error
| https://pkg.go.dev/regexp/syntax#Error |
|
(e) Error()
| https://pkg.go.dev/regexp/syntax#Error.Error |
|
type ErrorCode
| https://pkg.go.dev/regexp/syntax#ErrorCode |
|
(e) String()
| https://pkg.go.dev/regexp/syntax#ErrorCode.String |
|
type Flags
| https://pkg.go.dev/regexp/syntax#Flags |
|
type Inst
| https://pkg.go.dev/regexp/syntax#Inst |
|
(i) MatchEmptyWidth(before, after)
| https://pkg.go.dev/regexp/syntax#Inst.MatchEmptyWidth |
|
(i) MatchRune(r)
| https://pkg.go.dev/regexp/syntax#Inst.MatchRune |
|
(i) MatchRunePos(r)
| https://pkg.go.dev/regexp/syntax#Inst.MatchRunePos |
|
(i) String()
| https://pkg.go.dev/regexp/syntax#Inst.String |
|
type InstOp
| https://pkg.go.dev/regexp/syntax#InstOp |
|
(i) String()
| https://pkg.go.dev/regexp/syntax#InstOp.String |
|
type Op
| https://pkg.go.dev/regexp/syntax#Op |
|
(i) String()
| https://pkg.go.dev/regexp/syntax#Op.String |
|
type Prog
| https://pkg.go.dev/regexp/syntax#Prog |
|
Compile(re)
| https://pkg.go.dev/regexp/syntax#Compile |
|
(p) Prefix()
| https://pkg.go.dev/regexp/syntax#Prog.Prefix |
|
(p) StartCond()
| https://pkg.go.dev/regexp/syntax#Prog.StartCond |
|
(p) String()
| https://pkg.go.dev/regexp/syntax#Prog.String |
|
type Regexp
| https://pkg.go.dev/regexp/syntax#Regexp |
|
Parse(s, flags)
| https://pkg.go.dev/regexp/syntax#Parse |
|
(re) CapNames()
| https://pkg.go.dev/regexp/syntax#Regexp.CapNames |
|
(x) Equal(y)
| https://pkg.go.dev/regexp/syntax#Regexp.Equal |
|
(re) MaxCap()
| https://pkg.go.dev/regexp/syntax#Regexp.MaxCap |
|
(re) Simplify()
| https://pkg.go.dev/regexp/syntax#Regexp.Simplify |
|
(re) String()
| https://pkg.go.dev/regexp/syntax#Regexp.String |
|
Source Files
| https://pkg.go.dev/regexp/syntax#section-sourcefiles |
| ¶ | https://pkg.go.dev/regexp/syntax#section-documentation |
| ¶ | https://pkg.go.dev/regexp/syntax#pkg-overview |
| Syntax | https://pkg.go.dev/regexp/syntax#hdr-Syntax |
| regexp | https://pkg.go.dev/regexp |
| regexp.Compile | https://pkg.go.dev/regexp#Compile |
| regexp.Match | https://pkg.go.dev/regexp#Match |
| ¶ | https://pkg.go.dev/regexp/syntax#hdr-Syntax |
| Perl | https://pkg.go.dev/regexp/syntax#Perl |
| Parse | https://pkg.go.dev/regexp/syntax#Parse |
| unicode.Categories | https://pkg.go.dev/unicode#Categories |
| unicode.CategoryAliases | https://pkg.go.dev/unicode#CategoryAliases |
| unicode.Scripts | https://pkg.go.dev/unicode#Scripts |
| ¶ | https://pkg.go.dev/regexp/syntax#pkg-index |
| func IsWordChar(r rune) bool | https://pkg.go.dev/regexp/syntax#IsWordChar |
| type EmptyOp | https://pkg.go.dev/regexp/syntax#EmptyOp |
| func EmptyOpContext(r1, r2 rune) EmptyOp | https://pkg.go.dev/regexp/syntax#EmptyOpContext |
| type Error | https://pkg.go.dev/regexp/syntax#Error |
| func (e *Error) Error() string | https://pkg.go.dev/regexp/syntax#Error.Error |
| type ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| func (e ErrorCode) String() string | https://pkg.go.dev/regexp/syntax#ErrorCode.String |
| type Flags | https://pkg.go.dev/regexp/syntax#Flags |
| type Inst | https://pkg.go.dev/regexp/syntax#Inst |
| func (i *Inst) MatchEmptyWidth(before rune, after rune) bool | https://pkg.go.dev/regexp/syntax#Inst.MatchEmptyWidth |
| func (i *Inst) MatchRune(r rune) bool | https://pkg.go.dev/regexp/syntax#Inst.MatchRune |
| func (i *Inst) MatchRunePos(r rune) int | https://pkg.go.dev/regexp/syntax#Inst.MatchRunePos |
| func (i *Inst) String() string | https://pkg.go.dev/regexp/syntax#Inst.String |
| type InstOp | https://pkg.go.dev/regexp/syntax#InstOp |
| func (i InstOp) String() string | https://pkg.go.dev/regexp/syntax#InstOp.String |
| type Op | https://pkg.go.dev/regexp/syntax#Op |
| func (i Op) String() string | https://pkg.go.dev/regexp/syntax#Op.String |
| type Prog | https://pkg.go.dev/regexp/syntax#Prog |
| func Compile(re *Regexp) (*Prog, error) | https://pkg.go.dev/regexp/syntax#Compile |
| func (p *Prog) Prefix() (prefix string, complete bool) | https://pkg.go.dev/regexp/syntax#Prog.Prefix |
| func (p *Prog) StartCond() EmptyOp | https://pkg.go.dev/regexp/syntax#Prog.StartCond |
| func (p *Prog) String() string | https://pkg.go.dev/regexp/syntax#Prog.String |
| type Regexp | https://pkg.go.dev/regexp/syntax#Regexp |
| func Parse(s string, flags Flags) (*Regexp, error) | https://pkg.go.dev/regexp/syntax#Parse |
| func (re *Regexp) CapNames() []string | https://pkg.go.dev/regexp/syntax#Regexp.CapNames |
| func (x *Regexp) Equal(y *Regexp) bool | https://pkg.go.dev/regexp/syntax#Regexp.Equal |
| func (re *Regexp) MaxCap() int | https://pkg.go.dev/regexp/syntax#Regexp.MaxCap |
| func (re *Regexp) Simplify() *Regexp | https://pkg.go.dev/regexp/syntax#Regexp.Simplify |
| func (re *Regexp) String() string | https://pkg.go.dev/regexp/syntax#Regexp.String |
| ¶ | https://pkg.go.dev/regexp/syntax#pkg-constants |
| ¶ | https://pkg.go.dev/regexp/syntax#pkg-variables |
| ¶ | https://pkg.go.dev/regexp/syntax#pkg-functions |
| IsWordChar | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=108 |
| ¶ | https://pkg.go.dev/regexp/syntax#IsWordChar |
| rune | https://pkg.go.dev/builtin#rune |
| bool | https://pkg.go.dev/builtin#bool |
| ¶ | https://pkg.go.dev/regexp/syntax#pkg-types |
| EmptyOp | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=63 |
| ¶ | https://pkg.go.dev/regexp/syntax#EmptyOp |
| uint8 | https://pkg.go.dev/builtin#uint8 |
| EmptyOp | https://pkg.go.dev/regexp/syntax#EmptyOp |
| iota | https://pkg.go.dev/builtin#iota |
| EmptyOpContext | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=80 |
| ¶ | https://pkg.go.dev/regexp/syntax#EmptyOpContext |
| rune | https://pkg.go.dev/builtin#rune |
| EmptyOp | https://pkg.go.dev/regexp/syntax#EmptyOp |
| Error | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/parse.go;l=17 |
| ¶ | https://pkg.go.dev/regexp/syntax#Error |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| string | https://pkg.go.dev/builtin#string |
| Error | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/parse.go;l=22 |
| ¶ | https://pkg.go.dev/regexp/syntax#Error.Error |
| Error | https://pkg.go.dev/regexp/syntax#Error |
| string | https://pkg.go.dev/builtin#string |
| ErrorCode | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/parse.go;l=27 |
| ¶ | https://pkg.go.dev/regexp/syntax#ErrorCode |
| string | https://pkg.go.dev/builtin#string |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| String | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/parse.go;l=51 |
| ¶ | https://pkg.go.dev/regexp/syntax#ErrorCode.String |
| ErrorCode | https://pkg.go.dev/regexp/syntax#ErrorCode |
| string | https://pkg.go.dev/builtin#string |
| Flags | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/parse.go;l=56 |
| ¶ | https://pkg.go.dev/regexp/syntax#Flags |
| uint16 | https://pkg.go.dev/builtin#uint16 |
| Flags | https://pkg.go.dev/regexp/syntax#Flags |
| iota | https://pkg.go.dev/builtin#iota |
| ClassNL | https://pkg.go.dev/regexp/syntax#ClassNL |
| DotNL | https://pkg.go.dev/regexp/syntax#DotNL |
| ClassNL | https://pkg.go.dev/regexp/syntax#ClassNL |
| OneLine | https://pkg.go.dev/regexp/syntax#OneLine |
| PerlX | https://pkg.go.dev/regexp/syntax#PerlX |
| UnicodeGroups | https://pkg.go.dev/regexp/syntax#UnicodeGroups |
| Flags | https://pkg.go.dev/regexp/syntax#Flags |
| Inst | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=115 |
| ¶ | https://pkg.go.dev/regexp/syntax#Inst |
| InstOp | https://pkg.go.dev/regexp/syntax#InstOp |
| uint32 | https://pkg.go.dev/builtin#uint32 |
| uint32 | https://pkg.go.dev/builtin#uint32 |
| rune | https://pkg.go.dev/builtin#rune |
| MatchEmptyWidth | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=266 |
| ¶ | https://pkg.go.dev/regexp/syntax#Inst.MatchEmptyWidth |
| Inst | https://pkg.go.dev/regexp/syntax#Inst |
| rune | https://pkg.go.dev/builtin#rune |
| rune | https://pkg.go.dev/builtin#rune |
| bool | https://pkg.go.dev/builtin#bool |
| InstEmptyWidth | https://pkg.go.dev/regexp/syntax#InstEmptyWidth |
| MatchRune | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=195 |
| ¶ | https://pkg.go.dev/regexp/syntax#Inst.MatchRune |
| Inst | https://pkg.go.dev/regexp/syntax#Inst |
| rune | https://pkg.go.dev/builtin#rune |
| bool | https://pkg.go.dev/builtin#bool |
| InstRune | https://pkg.go.dev/regexp/syntax#InstRune |
| MatchRunePos | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=204 |
| ¶ | https://pkg.go.dev/regexp/syntax#Inst.MatchRunePos |
| Inst | https://pkg.go.dev/regexp/syntax#Inst |
| rune | https://pkg.go.dev/builtin#rune |
| int | https://pkg.go.dev/builtin#int |
| InstRune | https://pkg.go.dev/regexp/syntax#InstRune |
| String | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=284 |
| ¶ | https://pkg.go.dev/regexp/syntax#Inst.String |
| Inst | https://pkg.go.dev/regexp/syntax#Inst |
| string | https://pkg.go.dev/builtin#string |
| InstOp | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=25 |
| ¶ | https://pkg.go.dev/regexp/syntax#InstOp |
| uint8 | https://pkg.go.dev/builtin#uint8 |
| InstOp | https://pkg.go.dev/regexp/syntax#InstOp |
| iota | https://pkg.go.dev/builtin#iota |
| String | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=55 |
| ¶ | https://pkg.go.dev/regexp/syntax#InstOp.String |
| InstOp | https://pkg.go.dev/regexp/syntax#InstOp |
| string | https://pkg.go.dev/builtin#string |
| Op | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/regexp.go;l=33 |
| ¶ | https://pkg.go.dev/regexp/syntax#Op |
| uint8 | https://pkg.go.dev/builtin#uint8 |
| Op | https://pkg.go.dev/regexp/syntax#Op |
| iota | https://pkg.go.dev/builtin#iota |
| String | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/op_string.go;l=42 |
| ¶ | https://pkg.go.dev/regexp/syntax#Op.String |
| Op | https://pkg.go.dev/regexp/syntax#Op |
| string | https://pkg.go.dev/builtin#string |
| Prog | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=18 |
| ¶ | https://pkg.go.dev/regexp/syntax#Prog |
| Inst | https://pkg.go.dev/regexp/syntax#Inst |
| int | https://pkg.go.dev/builtin#int |
| int | https://pkg.go.dev/builtin#int |
| Compile | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/compile.go;l=71 |
| ¶ | https://pkg.go.dev/regexp/syntax#Compile |
| Regexp | https://pkg.go.dev/regexp/syntax#Regexp |
| Prog | https://pkg.go.dev/regexp/syntax#Prog |
| error | https://pkg.go.dev/builtin#error |
| Prefix | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=150 |
| ¶ | https://pkg.go.dev/regexp/syntax#Prog.Prefix |
| Prog | https://pkg.go.dev/regexp/syntax#Prog |
| string | https://pkg.go.dev/builtin#string |
| bool | https://pkg.go.dev/builtin#bool |
| StartCond | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=169 |
| ¶ | https://pkg.go.dev/regexp/syntax#Prog.StartCond |
| Prog | https://pkg.go.dev/regexp/syntax#Prog |
| EmptyOp | https://pkg.go.dev/regexp/syntax#EmptyOp |
| String | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go;l=122 |
| ¶ | https://pkg.go.dev/regexp/syntax#Prog.String |
| Prog | https://pkg.go.dev/regexp/syntax#Prog |
| string | https://pkg.go.dev/builtin#string |
| Regexp | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/regexp.go;l=18 |
| ¶ | https://pkg.go.dev/regexp/syntax#Regexp |
| Op | https://pkg.go.dev/regexp/syntax#Op |
| Flags | https://pkg.go.dev/regexp/syntax#Flags |
| Regexp | https://pkg.go.dev/regexp/syntax#Regexp |
| Regexp | https://pkg.go.dev/regexp/syntax#Regexp |
| rune | https://pkg.go.dev/builtin#rune |
| rune | https://pkg.go.dev/builtin#rune |
| int | https://pkg.go.dev/builtin#int |
| int | https://pkg.go.dev/builtin#int |
| string | https://pkg.go.dev/builtin#string |
| Parse | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/parse.go;l=887 |
| ¶ | https://pkg.go.dev/regexp/syntax#Parse |
| string | https://pkg.go.dev/builtin#string |
| Flags | https://pkg.go.dev/regexp/syntax#Flags |
| Regexp | https://pkg.go.dev/regexp/syntax#Regexp |
| error | https://pkg.go.dev/builtin#error |
| CapNames | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/regexp.go;l=451 |
| ¶ | https://pkg.go.dev/regexp/syntax#Regexp.CapNames |
| Regexp | https://pkg.go.dev/regexp/syntax#Regexp |
| string | https://pkg.go.dev/builtin#string |
| Equal | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/regexp.go;l=64 |
| ¶ | https://pkg.go.dev/regexp/syntax#Regexp.Equal |
| Regexp | https://pkg.go.dev/regexp/syntax#Regexp |
| Regexp | https://pkg.go.dev/regexp/syntax#Regexp |
| bool | https://pkg.go.dev/builtin#bool |
| MaxCap | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/regexp.go;l=437 |
| ¶ | https://pkg.go.dev/regexp/syntax#Regexp.MaxCap |
| Regexp | https://pkg.go.dev/regexp/syntax#Regexp |
| int | https://pkg.go.dev/builtin#int |
| Simplify | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/simplify.go;l=14 |
| ¶ | https://pkg.go.dev/regexp/syntax#Regexp.Simplify |
| Regexp | https://pkg.go.dev/regexp/syntax#Regexp |
| Regexp | https://pkg.go.dev/regexp/syntax#Regexp |
| String | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/regexp.go;l=384 |
| ¶ | https://pkg.go.dev/regexp/syntax#Regexp.String |
| Regexp | https://pkg.go.dev/regexp/syntax#Regexp |
| string | https://pkg.go.dev/builtin#string |
| ¶ | https://pkg.go.dev/regexp/syntax#section-sourcefiles |
| View all Source files | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax |
| compile.go | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/compile.go |
| doc.go | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/doc.go |
| op_string.go | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/op_string.go |
| parse.go | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/parse.go |
| perl_groups.go | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/perl_groups.go |
| prog.go | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/prog.go |
| regexp.go | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/regexp.go |
| simplify.go | https://cs.opensource.google/go/go/+/go1.26.4:src/regexp/syntax/simplify.go |
|
Why Go
| https://go.dev/solutions |
|
Use Cases
| https://go.dev/solutions#use-cases |
|
Case Studies
| https://go.dev/solutions#case-studies |
|
Get Started
| https://learn.go.dev/ |
|
Playground
| https://play.golang.org |
|
Tour
| https://tour.golang.org |
|
Stack Overflow
| https://stackoverflow.com/questions/tagged/go?tab=Newest |
|
Help
| https://go.dev/help |
|
Packages
| https://pkg.go.dev |
|
Standard Library
| https://pkg.go.dev/std |
|
Sub-repositories
| https://pkg.go.dev/golang.org/x |
|
About Go Packages
| https://pkg.go.dev/about |
|
pkg.go.dev API
| https://pkg.go.dev/api |
|
About
| https://go.dev/project |
| Download | https://go.dev/dl/ |
| Blog | https://go.dev/blog |
|
Issue Tracker
| https://github.com/golang/go/issues |
|
Release Notes
| https://go.dev/doc/devel/release.html |
|
Brand Guidelines
| https://go.dev/brand |
|
Code of Conduct
| https://go.dev/conduct |
|
Connect
| https://www.twitter.com/golang |
|
Twitter
| https://www.twitter.com/golang |
| GitHub | https://github.com/golang |
|
Slack
| https://invite.slack.golangbridge.org/ |
|
r/golang
| https://reddit.com/r/golang |
|
Meetup
| https://www.meetup.com/pro/go |
|
Golang Weekly
| https://golangweekly.com/ |
| Copyright | https://go.dev/copyright |
| Terms of Service | https://go.dev/tos |
|
Privacy Policy
| http://www.google.com/intl/en/policies/privacy/ |
|
Report an Issue
| https://go.dev/s/pkgsite-feedback |
|
| https://google.com |
| Learn more. | https://policies.google.com/technologies/cookies |