Compare commits
No commits in common. "c6fb3e8489f39d0459ff3abafbf3555e4abd124e" and "af322c4a5278a597e0a0a0fe83d9f141d00f47e8" have entirely different histories.
c6fb3e8489
...
af322c4a52
@ -1,6 +1,6 @@
|
|||||||
# pcre
|
# pcre
|
||||||
|
|
||||||
[![Go Reference](https://pkg.go.dev/badge/go.elara.ws/pcre.svg)](https://pkg.go.dev/go.elara.ws/pcre)
|
[![Go Reference](https://pkg.go.dev/badge/go.arsenm.dev/pcre.svg)](https://pkg.go.dev/go.arsenm.dev/pcre)
|
||||||
|
|
||||||
This package provides a CGo-free port of the PCRE2 regular expression library. The [lib](lib) directory contains source code automatically translated from PCRE2's C source. This package wraps that code and provides an interface as close as possible to Go's stdlib [regexp](https://pkg.go.dev/regexp) package
|
This package provides a CGo-free port of the PCRE2 regular expression library. The [lib](lib) directory contains source code automatically translated from PCRE2's C source. This package wraps that code and provides an interface as close as possible to Go's stdlib [regexp](https://pkg.go.dev/regexp) package
|
||||||
|
|
||||||
|
2
pcre.go
2
pcre.go
@ -622,7 +622,7 @@ type CalloutBlock struct {
|
|||||||
// CalloutBacktrack
|
// CalloutBacktrack
|
||||||
// This is set if there has been a matching backtrack since the previous callout, or since the start of matching if this is the first callout from a pcre2_match() run.
|
// This is set if there has been a matching backtrack since the previous callout, or since the start of matching if this is the first callout from a pcre2_match() run.
|
||||||
//
|
//
|
||||||
// Both bits are set when a backtrack has caused a "bumpalong" to a new starting position in the subject.
|
// Both bits are set when a backtrack has caused a "bumpalong" to a new starting position in the subject. Output
|
||||||
CalloutFlags CalloutFlags
|
CalloutFlags CalloutFlags
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user