# 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": "64e88ab4c9cf3c0ef3010e5f56f79d7b7949fd8f3bee336cb5e32ecdb45d2013",
  "risk_tier": "T2"
}
```

## SBOM

```json
null
```

