I need to capture words separated by tabs as illustrated in the image below.
The expression (.*?)[\t|\n]
works well, except for the last line where a line feed is missing. Can anyone suggest a modification of the regular expression to also match the last word, i.e. Cheyenne? Link to code example