Quote:
Originally Posted by chaley
One of these should do it. Using general program mode:
Code:
program: list_re(field('#text'), '/', '^(.*)\b.*$', '\1')
Using template program mode:
Code:
{#text:'list_re($, '/', '^(.*)\b.*$', '\1')'}
|
thanks for the quick reply! unfortunately both of these are giving me the full names still...