Basic Operators:Union (+), Difference (-), Intersection (*)
// Union of the H1 and H2 headings of a page.Elem(page, “h1”) + Elem(page, “h2”)
// H1s that do not mention “abc”.var H = Elem(page, “h1”);H - (H contain Pat(page, “abc”))
Previous slide
Next slide
Back to first slide
View graphic version