# Regex vs LLM Text Parsing

Decision framework for choosing between regex and LLM when parsing structured text. Start with regex for deterministic patterns, add LLM only for low-confidence edge cases.

## Manifest

```json
{
  "name": "Regex vs LLM Text Parsing",
  "description": "Decision framework for choosing between regex and LLM when parsing structured text. Start with regex for deterministic patterns, add LLM only for low-confidence edge cases.",
  "source_url": "https://github.com/affaan-m/everything-claude-code/tree/main/skills/regex-vs-llm-structured-text",
  "source_pin": null,
  "manifest_hash": "1f4338a9d8eee84b",
  "risk_tier": "low"
}
```

## SBOM

```json
null
```

