Solve a Hidato puzzle: Difference between revisions

Content added Content deleted
Line 1,906: Line 1,906:


=={{header|Julia}}==
=={{header|Julia}}==
{{trans|D}}
{{trans|Python}}
<lang julia>function hidatoconfigure(str)
<lang julia>function hidatoconfigure(str)
if match(r"[^\s\.\_\d]", str) != nothing
if match(r"[^\s\.\_\d]", str) != nothing