# File library_solution.rb, line 89
def
clean
(
isbn
)
isbn
.
gsub
(
/[^0-9X]/
,
''
)
end