You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lstrip(::AbstractString, ::AbstractString) =throw(ArgumentError("Both arguments are strings. The second argument should be a `Char` or collection of `Char`s"))
rstrip(::AbstractString, ::AbstractString) =throw(ArgumentError("Both arguments are strings. The second argument should be a `Char` or collection of `Char`s"))
strip(::AbstractString, ::AbstractString) =throw(ArgumentError("Both arguments are strings. The second argument should be a `Char` or collection of `Char`s"))
0 commit comments