pcre

package
v0.0.0-...-15c3f9f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2026 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PREG_PATTERN_ORDER     phpv.ZInt = 1
	PREG_SET_ORDER         phpv.ZInt = 2
	PREG_OFFSET_CAPTURE    phpv.ZInt = (1 << 8)
	PREG_UNMATCHED_AS_NULL phpv.ZInt = (1 << 9)

	PREG_SPLIT_NO_EMPTY       phpv.ZInt = (1 << 0)
	PREG_SPLIT_DELIM_CAPTURE  phpv.ZInt = (1 << 1)
	PREG_SPLIT_OFFSET_CAPTURE phpv.ZInt = (1 << 2)

	PREG_REPLACE_EVAL phpv.ZInt = (1 << 0)

	PREG_GREP_INVERT phpv.ZInt = (1 << 0)

	PREG_NO_ERROR              phpv.ZInt = 0
	PREG_INTERNAL_ERROR        phpv.ZInt = 1
	PREG_BACKTRACK_LIMIT_ERROR phpv.ZInt = 2
	PREG_RECURSION_LIMIT_ERROR phpv.ZInt = 3
	PREG_BAD_UTF8_ERROR        phpv.ZInt = 4
	PREG_BAD_UTF8_OFFSET_ERROR phpv.ZInt = 5
	PREG_JIT_STACKLIMIT_ERROR  phpv.ZInt = 6
)

> const

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL