Forgot to say: welcome to Julia :)

btw you can see the different methods for a function with e.g.:
julia> methods(replace)

also to see available documentation for a function type ?, e.g.
?replace


Reply via email to