# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "regextable" in publications use:' type: software license: MIT title: 'regextable: Pattern-Based Text Extraction and Standardization with Lookup Tables' version: 0.1.2 doi: 10.32614/CRAN.package.regextable abstract: Extracts information from text using lookup tables of regular expressions. Each text entry is compared against patterns in a lookup table, returning the extracted substrings alongside optional metadata. Users can choose to extract all matching patterns (generating multiple rows per text entry) or limit extraction to the first match. This approach enables comprehensive, standardized pattern coverage when processing large or complex text datasets. authors: - family-names: Dong given-names: Shirlyn email: shirlynd@umich.edu - family-names: Judge-Lord given-names: Devin repository: https://judgelord.r-universe.dev repository-code: https://github.com/judgelord/regextable commit: 035ef79284faf43743f3c9fa87c8bb763d299eb2 url: https://judgelord.github.io/regextable/ date-released: '2026-04-20' contact: - family-names: Dong given-names: Shirlyn email: shirlynd@umich.edu