Also improved the '\\', '\d' and '\D' support, so group is not matched when backslash is escaped.
In this PR I tried to partially cover the #13 and generate printable ASCII symbols only. Otherwise, if we allow to generate any Unicode chars, very often the result doesn't match the expected regular expression.
Closes #20
Add support for the following group shortcuts:
Also improved the '\\', '\d' and '\D' support, so group is not matched when backslash is escaped.
In this PR I tried to partially cover the #13 and generate printable ASCII symbols only. Otherwise, if we allow to generate any Unicode chars, very often the result doesn't match the expected regular expression.