change non-underscore alias
This commit is contained in:
parent
2a7d2d710e
commit
e37380fcd2
@ -8,7 +8,7 @@ end
|
|||||||
|
|
||||||
function make_non_underscore(s::Symbol)
|
function make_non_underscore(s::Symbol)
|
||||||
str = string(s)
|
str = string(s)
|
||||||
str = replace(str, "_" => "")
|
str = replace(str, "_" => "*")
|
||||||
return Symbol(str)
|
return Symbol(str)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user