Collected sources and patterns will appear here. Add from search or the patterns library.
The reusable building blocks distilled from the corpus. Each one is a mechanism stated as takes X → produces Y, with the real sources it was found in. These are the ingredients you compose into an Enhancement.
Showing 49–72 of 263 patterns
RawURLString -> StructuredURLComponents
Deconstruct raw URLs into structured semantic sub-components (protocol, host, port, path, parameters).
BinaryFile<DOCX> -> RawText
Extract raw, unstructured XML-nested text from Open XML zip-archives (DOCX) for downstream analysis.