Veelgestelde Vragen - RegExMakker Docs

The ultimate regex playground for Dutch developers

Support & Documentation

Technical & Account Questions

Everything you need to know about rate limits, supported regex flavors, account tiers, and performance optimizations.

What regex flavors does RegExMakker support?

RegExMakker natively compiles patterns for JavaScript (ECMAScript 2024), PCRE2 (PHP 8.3+), Python (re module), and Go (RE2). The playground automatically detects syntax-specific features like lookbehind assertions and named capture groups, flagging unsupported constructs with inline diagnostics.

Are there rate limits on the free tier?

Yes. Free accounts are capped at 2,500 pattern compilations and 50,000 test string executions per 24-hour window. Team and Enterprise plans remove these ceilings and include dedicated WebSocket endpoints for real-time IDE integration.

How do I export my regex configurations?

Click the "Workspace" dropdown in the top toolbar and select "Export as JSON" or "Download as .regexm". Your export includes the pattern, flags, test cases, and custom group labels. Imported files restore the full interactive state within 200ms.

Does RegExMakker support UTF-8 and Unicode properties?

Full Unicode support is enabled by default. You can use \p{L}, \p{Script=Greek}, and \p{Emoji_Presentation} across all supported languages. The highlighter maps Unicode categories to color-coded tokens, and the test panel validates multi-byte string boundaries accurately.

Where can I get technical support or report a bug?

Priority support is available at support@regexmakker.dev. For non-urgent issues, open a ticket in our GitHub Discussions board. Include your pattern, the target language, and the exact error payload. Our engineering team typically responds within 4 business hours.