regexpx

package
v0.0.0-...-4450389 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package `regexpx` contains functions that complement the standard package `regexp`.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Verbose

func Verbose(s string) string

`Verbose(verboseRegex)` returns a normal regex that can be compiled with the `regexp` package function. Example:

    regexp.MustCompile(regexpx.Verbose(`
        ^
	( [^<] + )
	\s
	< ( [^>]+ ) >
	$
    `)

Types

This section is empty.

Jump to

Keyboard shortcuts

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