the separator that separates the parts of the
strings
position
the position of the element you wish to
extract
Value
the element the user wishes to extract
Details
Given a string with a separator (e.g., "Subject 001",
where the separator is a space), this function can be
used to extract only whatever follows the separator (in
this case, "001"). It is often used when data comes in
with a conglomorated identifier (such as
case-matchNumber-drawNumber-Month).