html_search

Last updated:

0 purchases

html_search Image
html_search Images
Add to Cart

Description:

html search

html_search #
A really small package for searching in HTML.
import 'package:html_search/html_search.dart';

void main() => htmlParse('<div><p>hi</p><p id="myparagraph">hi again</p></div>')
.search((e) => e.id == 'myparagraph')
.map((e) => e.outerHtml)
.forEach(print);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.