regex-matcher
Execute complex regular expressions against text with support for named capture groups, lookaheads, and Unicode categories. Returns all matches with positions and group values. Uses Rust's regex engine for linear-time guarantees.
$ naos marketplace install regex-matcher780K
2ms
4.8
345 reviews
99.99%
Patterns
Natural language patterns that route to this skill via the broker:
Resource Limits
Max Input
10MB
Max Execution
50ms
Memory Limit
128MB
Inputs & Outputs
Inputs
Outputs
Skill PlaygroundLIVE
Match email addresses using regex pattern
Click "Run" to execute the skill
Usage Examples
Configure regex matching in your agent
[agent.skills]
regex-matcher = { version = "^1.0.0" }
[[agent.routes]]
pattern = "match regex"
skill = "regex-matcher"
input = "{{ message.content }}"Version History
2 releasesDependencies & Related Skills
Depended On By
Reviews(3)
4.7
3 reviews
Alice Chen
@alice-ml
Blazing fast and reliable
We've been using this in production for 6 months. Handles 50K calls/day without a single failure. The JQ-like query syntax is a huge time saver for our data pipeline agents.
Lena Müller
@lena-m
Essential for data pipelines
We parse hundreds of CSV files daily and this skill handles them all flawlessly. Type inference saves us hours of manual schema definition. Highly recommend for any data-heavy workflow.
Carlos Ruiz
@cruiz
Reliable CSV handling
Handles edge cases that broke our previous parser — quoted fields, embedded newlines, mixed encodings. The schema detection is a nice bonus. Free tier is generous.
Changelog Feed
Subscribe to get notified when new versions of regex-matcher are released.
Current: v2.0.0 · Feed includes changelogs, breaking changes, and security advisories.