We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2db226 commit 82e301cCopy full SHA for 82e301c
base/io.jl
@@ -1016,6 +1016,9 @@ Return an iterable object yielding [`read(io, T)`](@ref).
1016
1017
See also: [`skipuntil`](@ref), [`eachline`](@ref), [`readuntil`](@ref)
1018
1019
+!!! compat "Julia 1.6"
1020
+ `eachof` requires Julia 1.6 or later.
1021
+
1022
# Examples
1023
```jldoctest
1024
julia> open("my_file.txt", "w") do io
@@ -1117,6 +1120,9 @@ characters from that character until the start of the next line are ignored.
1117
1120
1118
1121
See also: [`readuntil`](@ref)
1119
1122
1123
1124
+ `skipchars` was renamed to `skipuntil` in Julia 1.6.
1125
1126
1127
1128
julia> buf = IOBuffer(" text")
0 commit comments