marker

package
v3.10.0 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2026 License: MIT Imports: 1 Imported by: 6

Documentation

Index

Constants

View Source
const (
	// General marker (open/close)
	General = "§"
	// ParenthesisOpen marker - begin of a placeholder
	ParenthesisOpen = "{{"
	// ParenthesisClose marker - end of a placeholder
	ParenthesisClose = "}}"
)

Variables

This section is empty.

Functions

func FindInteractshURLMarkers added in v3.10.0

func FindInteractshURLMarkers(data string) []string

FindInteractshURLMarkers returns complete Interactsh URL markers in data in left-to-right order.

func HasInteractshURLMarker added in v3.10.0

func HasInteractshURLMarker(data string) bool

HasInteractshURLMarker returns true when data contains a complete Interactsh URL marker. It accepts raw markers ({{interactsh-url}}) and fully URL-encoded brace markers (%7B%7Binteractsh-url%7D%7D), but rejects mixed raw/encoded brace pairs.

func NextInteractshURLMarker added in v3.10.0

func NextInteractshURLMarker(data string, start int) (int, int, bool)

NextInteractshURLMarker returns the next complete Interactsh URL marker span at or after start.

Types

This section is empty.

Jump to

Keyboard shortcuts

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