regex

package
v0.0.0-...-9fbffb6 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Replace

type Replace struct{}

func (*Replace) Annotate

func (r *Replace) Annotate(a infer.Annotator)

func (Replace) Call

func (Replace) Call(ctx p.Context, args ReplaceArgs) (Ret, error)

type ReplaceArgs

type ReplaceArgs struct {
	S       string `pulumi:"s"`
	Pattern string `pulumi:"pattern"`
	New     string `pulumi:"new"`
}

type Ret

type Ret struct {
	Out string `pulumi:"out"`
}

Jump to

Keyboard shortcuts

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