We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NEWS.md
1 parent 4a279f9 commit 808b655Copy full SHA for 808b655
NEWS.md
@@ -73,6 +73,7 @@ Standard library changes
73
* `first` and `last` functions now accept an integer as second argument to get that many
74
leading or trailing elements of any iterable ([#34868]).
75
* `intersect` on `CartesianIndices` now returns `CartesianIndices` instead of `Vector{<:CartesianIndex}` ([#36643]).
76
+* `RegexMatch` objects can now be probed for whether a named capture group exists within it through `haskey()` ([#36717]).
77
78
#### LinearAlgebra
79
* New method `LinearAlgebra.issuccess(::CholeskyPivoted)` for checking whether pivoted Cholesky factorization was successful ([#36002]).
0 commit comments