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
julia> findall(r".", InlineString("123"))
ERROR: ArgumentError: regex search is only available for the String type; use String(s) to convert
Stacktrace:
[1] findnext(r::Regex, s::String3, idx::Int64)
@ Base .\regex.jl:418
[2] findall(t::Regex, s::String3; overlap::Bool)
@ Base .\regex.jl:462
[3] findall(t::Regex, s::String3)
@ Base .\regex.jl:459
[4] top-level scope
@ REPL[70]:1
The text was updated successfully, but these errors were encountered:
Now we have:
The text was updated successfully, but these errors were encountered: