parse-extract-input - Text Data Extraction with Regex Patterns
Extract numbers, words, and structured data from text using regex patterns and parsing utilities.
Tags
Updated: 2026-02-15Capabilities
Typical Inputs
Typical Outputs
What this skill does
- extract integers from text
- extract positive integers from text
- extract digits from text
- extract words from text
- extract atoms from text
- parse strings into numbers or identifiers
Inputs
- Text input
- Regex patterns
- Parsing utilities
Outputs
- Tuple of integers
- Tuple of words
- Tuple of parsed atoms
- Structured data tuples
Requirements
- Python runtime environment
- re module (regex support)
- Text processing libraries
