(defn re-pred "Turns a predicate function on strings (text nodes) into a predicate-step usable in selectors." [re] (text-pred #(re-matches re %)))
Comments top
No comments for re-pred. Log in to add a comment.