You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, Regexp#examples should always return up to max_results_limit.
Currently, it usually "aborts" before this limit is reached. (I.e. the exact number of examples generated can be hard to predict, for complex patterns.)
An enhancement would be to modify the algorithm such that results are always generated up to max_results_limit if possible.
The text was updated successfully, but these errors were encountered:
Ideally,
Regexp#examples
should always return up tomax_results_limit
.Currently, it usually "aborts" before this limit is reached. (I.e. the exact number of examples generated can be hard to predict, for complex patterns.)
An enhancement would be to modify the algorithm such that results are always generated up to
max_results_limit
if possible.The text was updated successfully, but these errors were encountered: