Skip to content

Instantly share code, notes, and snippets.

View SpencerMalone's full-sized avatar

SpencerMalone

View GitHub Profile
@SpencerMalone
SpencerMalone / escape_test.go
Last active April 4, 2019 21:13 — forked from bakins/escape_test.go
compare escapeMetricName
package main
import (
"golang.org/x/text/unicode/rangetable"
"regexp"
"testing"
"unicode"
)
var validMetric = rangetable.New([]rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")...)