zoneutil

package
v2.36.0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatTXTRecord

func FormatTXTRecord(value string) string

FormatTXTRecord splits a long string in chunks of 255 characters, and quotes each of the chunks. Existing quotes will be escaped.

- hello world => "hello world" - hello "world" => "hello \"world\""

This function can be reversed with [ParseTXTValue].

func IsTXTRecordQuoted

func IsTXTRecordQuoted(value string) bool

IsTXTRecordQuoted returns wether a the given string starts and ends with quotes.

- hello world => false - "hello world" => true

func ParseTXTRecord

func ParseTXTRecord(value string) string

ParseTXTRecord joins multiple quoted strings into a single unquoted string.

- "hello world" => hello world - "hello \"world\"" => hello "world"

Types

This section is empty.

Jump to

Keyboard shortcuts

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