R
RyanW
I have an automation client and need to modify my find function to find all
occurrences of these types of merge fields. They always start with DDD and
are followed by any number of words separated by an underscore. Examples:
DDD_TEST
DDD_TODAYS_DATE
DDD_TODAYS_DATE_TIME
DDD_SOMETHING_ELSE_MORE_MUCHMORE
I have this so far, but it only works with 1 Underscore (DDD_TEST is
selected), not multiple.
<FCL_*([a-z,A-Z,0-9]@)>
occurrences of these types of merge fields. They always start with DDD and
are followed by any number of words separated by an underscore. Examples:
DDD_TEST
DDD_TODAYS_DATE
DDD_TODAYS_DATE_TIME
DDD_SOMETHING_ELSE_MORE_MUCHMORE
I have this so far, but it only works with 1 Underscore (DDD_TEST is
selected), not multiple.
<FCL_*([a-z,A-Z,0-9]@)>