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