Skip to content

Commit

Permalink
Temporarily remove link to fix building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Dec 11, 2017
1 parent 070f25f commit 4a804b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/strings/substring.jl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ end
Reverses a string. Technically, this function reverses the codepoints in a string and its
main utility is for reversed-order string processing, especially for reversed
regular-expression searches. See also [`reverseind`](@ref) to convert indices in `s` to
indices in `reverse(s)` and vice-versa, and [`Unicode.graphemes`](@ref Unicode.graphemes) to
indices in `reverse(s)` and vice-versa, and `Unicode.graphemes` to
operate on user-visible "characters" (graphemes) rather than codepoints.
See also [`Iterators.reverse`](@ref) for
reverse-order iteration without making a copy. Custom string types must implement the
Expand Down

0 comments on commit 4a804b4

Please sign in to comment.