I am using VIM 7.1.314 and would like to dig out the names (chris, robert, ben)in the code below as quickly as possible - how would I do this? Note that the names are always aligned (regardless of the number of users).
user 1: chris (05/04/1984)
user 2: robert (11/12/1991)
user 3: ben (5/25/1993)
Also note: I'm looking for a solution where there are hundreds of names, so scalability is important.
source
share