I have a text field. It is primarily consists of numbers (in a vstring). But, a small number end in a letter -- to designate something being added.
I want to search the field and find only the entries that end in a letter. How?
| Line Number | Find |
| 1 | |
| 1a | 1a |
| 2 | |
| 43 | |
| 43a | 43a |
| 43b | 43b |
| 100 | |
| 101 | |
| 128 | |
| 128X | 128X |
| 129 | |
| | |
| | |