Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 424 Bytes

string.md

File metadata and controls

26 lines (17 loc) · 424 Bytes
permalink
/string/

string

local string = import "github.com/jsonnet-libs/xtd/string.libsonnet"

string implements helper functions for processing strings.

Index

Fields

fn splitEscape

splitEscape(str, c, escape='\\')

split works the same as std.split but with support for escaping the dividing string c.