Registry / utility / tdewolff-parse

tdewolff-parse

JSON →
library2.3.4+incompatiblegogounverified

Collection of parsers for various formats including HTML, CSS, JS, and others.

go get github.com/tdewolff/parse
INSTALL
IMPORT
SIG · TDEWOLFF-PARSE
T
tdewolff-parse
utilitygov2.3.4+incompatible
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.

parse
github.com/tdewolff/parse

Lex HTML tokens

package main import ( "fmt" "github.com/tdewolff/parse/html" ) func main() { z := html.NewLexer([]byte("<p>text</p>")) for { tt, _ := z.Next() if tt == html.ErrorToken { break } fmt.Println(tt) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.4+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
tdewolff-parse — go get tdewolff-parse · libregistry