ILOG JRules User Guide > Testing Rules with Rule Scenario Manager > Reference > Test Extractors and Operators > USER_DATA

Extracts any user data that has been input to the scenario execution.

The extracted value is a string, and can be compared using the following operators:

USER_DATA operators 
Operator 
Compares 
EQUALS 
The extracted string is equal to the test string, where the consideration of case is determined by the default value, set in the scenario configuration. 
EQUALS_IC 
The extracted string is equal to the test string, where case is ignored. 
EQUALS_CS 
The extracted string is equal to the test string, where case is considered. 
NOT_EQUALS 
The extracted string is not equal to the test string, where the consideration of case is determined by the default value, set in the scenario configuration. 
NOT_EQUALS_IC 
The extracted string is not equal to the test string, where case is ignored. 
NOT_EQUALS_CS 
The extracted string is not equal to the test string, where case is considered. 
CONTAINS 
The extracted string contains the test string, where the consideration of case is determined by the default value, set in the scenario configuration. 
CONTAINS_IC 
The extracted string contains the test string, where case is ignored. 
CONTAINS_CS 
The extracted string contains the test string, where case is considered. 
STARTS_WITH 
The extracted string starts with the characters of the test string. 
ENDS_WITH 
The extracted string ends with the characters of the test string. 
REGEXP 
The extracted string satisfies a comparison with the test string, where the comparator is defined by a regular expression.