Regex on an Expr

julia> ex = :(Float64[32])
:(Float64[32])

julia> number = ex.args[2]
32