Skip to content

Ampless/html_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

A really small package for searching in HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages