Skip to content

Commit 974e6ec

Browse files
authored
Remove outdated TODO about string encodings (#39077)
1 parent 8d643a2 commit 974e6ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

base/regex.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,6 @@ end
141141
"""
142142
abstract type AbstractMatch end
143143

144-
# TODO: map offsets into strings in other encodings back to original indices.
145-
# or maybe it's better to just fail since that would be quite slow
146-
147144
struct RegexMatch <: AbstractMatch
148145
match::SubString{String}
149146
captures::Vector{Union{Nothing,SubString{String}}}

0 commit comments

Comments
 (0)