Thanks, I think I can probably work something out with those regular expressions. I am just having a hard time using them. I tried to do the sample {doc.p[/web.ethods/].text} but can’t get that to work.
I am using the indexOf service. The in string would be a field where someone would type in a part number, but might also type in some additional text. The field can also be blank. I then made the substring {doc.p[/web.ethods/].text}.
So the idea here is that I would input the string containing the part number values, check for the first occurance of the substring within that string (if it does occur), add 5 charcaters to the beginning index (for the length of the part number), then extract the part number and map it to the appropriate field.
I am getting a -1 (not finding the string) for this. Any thoughts?