Skip to content

Commit

Permalink
Remove outdated TODO about string encodings (#39077)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored Jan 4, 2021
1 parent 8d643a2 commit 974e6ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions base/regex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ end
"""
abstract type AbstractMatch end

# TODO: map offsets into strings in other encodings back to original indices.
# or maybe it's better to just fail since that would be quite slow

struct RegexMatch <: AbstractMatch
match::SubString{String}
captures::Vector{Union{Nothing,SubString{String}}}
Expand Down

0 comments on commit 974e6ec

Please sign in to comment.