This does not seem to be correct: ``` 3> (sre->string '(* (/ "AZ09"))) "[]*" ``` I would have expected something like `"[A-Z0-9]*"`.