VOOZH about

URL: https://apify.com/obedient_hierarchy/regex-builder

โ‡ฑ Regex Builder โ€” AI-Powered Pattern Generator ยท Apify


๐Ÿ‘ Regex Builder โ€” AI-Powered Pattern Generator avatar

Regex Builder โ€” AI-Powered Pattern Generator

Pricing

Pay per usage

Go to Apify Store

Regex Builder โ€” AI-Powered Pattern Generator

Build regex patterns from natural language, test against sample data, explain any regex in plain English, validate and optimize patterns, find/replace with backreferences. 15 pre-built patterns for email, URL, phone, date, UUID, text/ID, and more.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Kritsana

Kritsana

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

2 months ago

Last modified

Share

Regex Builder

AI-powered regex pattern builder. Describe what you want in plain English, get back a precise regex with full explanation. Test, validate, optimize, and find/replace.

Quick Start

pip install-e.
python -m regex_builder --transport sse --port8000

Apify Actor

$apify push

Tools

ToolDescription
rx_buildBuild regex from natural language description
rx_testTest pattern against sample text โ€” matches, groups, highlights
rx_explainExplain any regex token by token in plain English
rx_validateValidate pattern, warn about issues, suggest optimizations
rx_patternsList 15 pre-built patterns (email, URL, phone, date, UUID, etc.)
rx_replaceFind and replace with backreferences

Pre-built Patterns

Email, URL, US phone, Thai phone, IPv4, credit card, ISO date, Thai date, UUID, hex color, slug, Thai national ID, Thai text, HTML tag, semver.

Example

User: Build a regex for Thai national ID numbers
AI(rx_build): \d{1}[-\s]?\d{4}[-\s]?\d{5}[-\s]?\d{2}[-\s]?\d{1}
Explanation: digit โ†’ optional dash/space โ†’ 4 digits โ†’ ... โ†’ 1 digit
User: Test it against "1-2345-67890-12-3"
AI(rx_test):1 match found โ€” `1-2345-67890-12-3` โœ“

Claude Desktop

{
"mcpServers":{
"regex":{
"command":"python",
"args":["-m","regex_builder"]
}
}
}

License

MIT

You might also like

Universal AI Page Monitor

vkuprin/universal-ai-page-monitor

Monitor any URL for changes โ€” Amazon products, LinkedIn profiles, job boards, pricing pages, Hacker News, GitHub. AI generates CSS selectors + regex filters in plain English. Works in any language. No API key needed. MCP-ready for Claude, Cursor, Codex, Gemini, Cline.

2

Ai Email Contact Finder

menus-r-us/ai-email-contact-finder

Find business emails, phone numbers, and social links from any website using AI. Unlike regex scrapers, we actually read the page โ€” finding emails that pattern matchers miss. Works with any site. Feed URLs directly or enrich a Google Maps Scraper dataset. ~70-90% email hit rate.

48

5.0

xsantcastx MCP Server

xsantcastx/xsantcastx-mcp-server

14 developer tools for AI agents: JSON format, UUID, JWT, regex, hash, WCAG contrast, cron, and more. Zero API calls.

๐Ÿ‘ User avatar

Santiago castrillon

2