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
…allibility (#21884)
docs: remove incorrect failure reason for parse_regex_all fallibility
Removes the failure reason for `parse_regex_all`, which has different
semantics from `parse_regex` when there is no match.
closes#21883
A note for the community
Problem
The docs say
parse_regex_all
is fallible whenUnlike
parse_regex
, however, this function only checks thatvalue
is theValue::Bytes
variant. It returns an empty array when there are no matches.Configuration
No response
Version
n/a
Debug Output
No response
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: