asked on July 15, 2014
Using QuickFields 8.1 and trying to parse a string with inserted delimiters using pattern matching. The input string contains valid spaces so /S+ will not work correctly. I can create the input string with any delimiter needed with the end goal to provide a multi-valued field with department.
Input Leased Housing^IT^Human Resources
Output
Leased Housing
IT
Human Resources
The question is what pattern matching command string will do this
Craig
0
0