Any recommendations for handling suffixes in names? Looks like the parser is just splitting on `/`, but I could be missing something. Currently the following names both return `Jane` and `Lane`: ``` 1 NAME Jane /Lane/ 1 NAME Jane /Lane/ Jr ```