Refund Policy
We’re confident MLREGEX will learn the most optimal regex for your input strings. If it does not, we’ll refund the cost of your specific learn event.
Please read the refund conditions carefully.
Refund Conditions
Refunds are issued as credits to your account balance only if all of the following conditions are met:
- You must have allowed us to save your input strings and learned regexes during submission (via checkbox).
- Your submitted regex must have a Significant Length shorter than the most optimal learned regex from that learn event.
- Significant Length is the count of original input string characters used in the regex.
- The most-optimal regex is defined as having the shortest Significant Length.
- Your submitted regex must be an exact match—matching all and only your original input strings.
- Challenge must be submitted within one week of the learn event.
- Challenge must be submitted via the Challenge Page on this site.
-
You must submit:
- Your more-optimal regex
- The Learn Event ID (from your result email)
- You must have an active subscription.
- Credit refunds are available only for the current subscription month.
- Refunds are valid only while you're subscribed.
- You may not re-submit a previously submitted regex (yours or another user’s).
- Misuse or suspected abuse of the refund system will result in loss of credits and access.
-
Your challenge regex must use only:
\d
and\w
character classes- Character ranges in
[]
- Quantities in
{}
- These special characters:
.
,*
,+
,?
,^
,$
,|
,()
,[]
,{}
,\
- No other special characters or escape sequences (e.g.
\u1234
) may be used
- Your regex must be executable by the .NET Regular Expression Engine.