Skip to content

Commit

Permalink
update to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rfourquet committed Apr 26, 2019
1 parent 03b11ca commit 8382116
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions base/regex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ String and character arguments must be matched exactly in the resulting regex,
meaning that the contained characters are devoid of any special meaning
(they are quoted with "\\Q" and "\\E").
!!! compat "Julia 1.2"
This method requires at least Julia 1.2.
!!! compat "Julia 1.3"
This method requires at least Julia 1.3.
# Examples
```jldoctest
Expand Down Expand Up @@ -608,8 +608,8 @@ end
Repeat a regex `n` times.
!!! compat "Julia 1.2"
This method requires at least Julia 1.2.
!!! compat "Julia 1.3"
This method requires at least Julia 1.3.
# Examples
```jldoctest
Expand Down

0 comments on commit 8382116

Please sign in to comment.