View | Details | Raw Unified | Return to bug 62095
Collapse All | Expand All

(-)xdocs/usermanual/component_reference.xml (-1 / +1 lines)
Lines 6049-6055 Link Here
6049
        </property>
6049
        </property>
6050
        <property name="Name of created variable" required="Yes">The name of the JMeter variable in which to store the result.  Also note that each group is stored as <code>[refname]_g#</code>, where <code>[refname]</code> is the string you entered as the reference name, and <code>#</code> is the group number, where group <code>0</code> is the entire match, group <code>1</code> is the match from the first set of parentheses, etc.</property>
6050
        <property name="Name of created variable" required="Yes">The name of the JMeter variable in which to store the result.  Also note that each group is stored as <code>[refname]_g#</code>, where <code>[refname]</code> is the string you entered as the reference name, and <code>#</code> is the group number, where group <code>0</code> is the entire match, group <code>1</code> is the match from the first set of parentheses, etc.</property>
6051
        <property name="Left Boundary" required="Yes">Left boundary of value to find</property>
6051
        <property name="Left Boundary" required="Yes">Left boundary of value to find</property>
6052
        <property name="Right Boundary" required="Yes">Left boundary of value to find</property>
6052
        <property name="Right Boundary" required="Yes">Right boundary of value to find</property>
6053
        <property name="Match No. (0 for Random)" required="Yes">Indicates which match to use.  The boundaries may match multiple times.  
6053
        <property name="Match No. (0 for Random)" required="Yes">Indicates which match to use.  The boundaries may match multiple times.  
6054
            <ul>
6054
            <ul>
6055
                <li>Use a value of zero to indicate JMeter should choose a match at random.</li>
6055
                <li>Use a value of zero to indicate JMeter should choose a match at random.</li>

Return to bug 62095