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
"Case-insensitive regex filter" is esoteric. We should consider changing this in name and functionality to a generic filter like in such as String.prototype.indexOf.
We can still retain the full-blown regexString functionality in the API, but not include it in the UI, except for a link to full documentation of the API. This way we can also document the minDuration.
The text was updated successfully, but these errors were encountered:
"Case-insensitive regex filter" is esoteric. We should consider changing this in name and functionality to a generic filter like in such as
String.prototype.indexOf
.We can still retain the full-blown
regexString
functionality in the API, but not include it in the UI, except for a link to full documentation of the API. This way we can also document theminDuration
.The text was updated successfully, but these errors were encountered: