extraction
8 tools tagged "extraction".
Hex Digit Extractor
Pull out a single hex digit from a value by its 0-based position, counted from the left.
Open toolMarkdown Header Extractor
Pull every heading out of a Markdown document as an indented outline.
Open toolXML Key Extractor
List every unique element tag name in a document, once each, in first-seen order.
Open toolXML Value Extractor
List every leaf text value in a document, labeled with its element path, in document order.
Open toolXML Comment Extractor
List the text of every XML comment in a document, in document order.
Open toolInteger Digit Picker
Pick the digit at a given position (from the left) out of every integer in a list.
Open toolList Slicer
Extract a range of items using exact JavaScript Array.prototype.slice(start, end) semantics.
Open toolSublist Extractor
Extract items from a 1-based inclusive start index to end index, clamping out-of-range bounds.
Open tool