gvalstrings

package module
v0.0.0-...-471f38f Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2018 License: BSD-3-Clause Imports: 6 Imported by: 9

README

GvalStrings

Build Status Godoc Go Report Card

GvalStrings provides single quoted strings for gval.

Documentation

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func SingleQuoted

func SingleQuoted() gval.Language

SingleQuoted returns a gval.Language for parsing single quoted strings.

Example
value, err := gval.Evaluate(`'Hello `+"World!", nil, SingleQuoted())
if err != nil {
	panic(err)
}

fmt.Println(value)

// Output
// Hello World!
Output:

func UnquoteSingleQuoted

func UnquoteSingleQuoted(s string) (string, error)

UnquoteSingleQuoted interprets s as a single-quoted Go like string literal, returning the string value that s quotes.

Types

This section is empty.

Jump to

Keyboard shortcuts

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