Registry / utility / mrz1836-go-sanitize

mrz1836-go-sanitize

JSON →
library1.5.7gogounverified

A library for sanitizing and transforming data, including strings, URLs, emails, and more.

go get github.com/mrz1836/go-sanitize
INSTALL
IMPORT
SIG · MRZ1836-GO-SANITIZ
M
mrz1836-go-sanitize
utilitygov1.5.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sanitize
github.com/mrz1836/go-sanitize

Sanitizes a string to keep only alphabetic characters.

package main import ( "fmt" "github.com/mrz1836/go-sanitize" ) func main() { clean := sanitize.Alpha("Hello123!") fmt.Println(clean) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mrz1836-go-sanitize — go get mrz1836-go-sanitize · libregistry