Compare commits
	
		
			2 Commits
		
	
	
		
			af322c4a52
			...
			c6fb3e8489
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| c6fb3e8489 | |||
| 23df260dfd | 
| @@ -1,6 +1,6 @@ | |||||||
| # pcre | # pcre | ||||||
|  |  | ||||||
| [](https://pkg.go.dev/go.arsenm.dev/pcre) | [](https://pkg.go.dev/go.elara.ws/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. Output | 	// Both bits are set when a backtrack has caused a "bumpalong" to a new starting position in the subject. | ||||||
| 	CalloutFlags CalloutFlags | 	CalloutFlags CalloutFlags | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user