39. You are testing a regular expression before adding it to a
model. You notice that the regular expression will return the
correct result, but it is not the first result returned. Without
editing the regular expression itself, what else can help you
QC the results after adding the regular expression to a model?
a. Reference the long text field where all results are stored
and replace the auto-extracted result with the correct
result.
b. On your model, change the First-found Result option to
something else that captures the correct result.
c. Change the field type for your target field to a multiple
choice field so all results will appear as choices, then
select the correct result.