unquote

package
v0.0.0-...-20d2c9e Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: Apache-2.0 Imports: 6 Imported by: 6

Documentation

Overview

Package unquote provides a function to unquote txtpb-formatted quoted string literals.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Raw

func Raw(n *ast.Node) (string, rune, error)

Raw returns the raw value of the string node and the rune used to quote it, with string escapes left in place. Calling UnquoteRaw on non-string node doesn't panic, but is otherwise undefined.

func Unquote

func Unquote(n *ast.Node) (string, rune, error)

Unquote returns the value of the string node and the rune used to quote it. Calling Unquote on non-string node doesn't panic, but is otherwise undefined.

Types

This section is empty.

Jump to

Keyboard shortcuts

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