Skip to content

Commit 8382116

Browse files
committed
update to 1.3
1 parent 03b11ca commit 8382116

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

base/regex.jl

+4-4
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ String and character arguments must be matched exactly in the resulting regex,
529529
meaning that the contained characters are devoid of any special meaning
530530
(they are quoted with "\\Q" and "\\E").
531531
532-
!!! compat "Julia 1.2"
533-
This method requires at least Julia 1.2.
532+
!!! compat "Julia 1.3"
533+
This method requires at least Julia 1.3.
534534
535535
# Examples
536536
```jldoctest
@@ -608,8 +608,8 @@ end
608608
609609
Repeat a regex `n` times.
610610
611-
!!! compat "Julia 1.2"
612-
This method requires at least Julia 1.2.
611+
!!! compat "Julia 1.3"
612+
This method requires at least Julia 1.3.
613613
614614
# Examples
615615
```jldoctest

0 commit comments

Comments
 (0)