Welcome to the GSAK forums!
No need for a macro as a filter (Search=>Filter) using "Where" should be able to to this. For example, if you wanted the word "CAT" using the forth letter of the GCXXXX code, then enter this in your Where box:
If you want the 5 letter just change the 3 to a 4.
No need for a macro as a filter (Search=>Filter) using "Where" should be able to to this. For example, if you wanted the word "CAT" using the forth letter of the GCXXXX code, then enter this in your Where box:
CODE |
g_regex('^.{3}(C|A|T)',code) |
If you want the 5 letter just change the 3 to a 4.