Specifications

ExampleDescriptionManipulation
Changes sample to sampleRemoves any extra spaces at
the beginning of a result string
Trim leading white space
Changes sample to sampleRemoves any extra spaces at
the end of a result string
Trim trailing white space
Changes Sample Text 2 to
SampleText2
Removes any spaces between
result phrases
Merge adjacent white space
No changes to resultLeaves the result unchangedCase: Unchanged
Changes Sample Text to
sample text
Converts all text to lowercaseCase: Convert to lowercase
Changes Sample Text to
SAMPLE TEXT
Converts all text to uppercaseCase: Convert to uppercase
The complete result is Sample
Text 1234. You need 1234 for
Captures all data after a
character or phrase
After
your value. Entering Text in
After will return 1234 as the
result
The complete result is Sample
Text 1234. You need Sample
Captures all data before a
character or phrase
Before
for your value. Entering Text
in Before will return Sample
as the result
The complete result is Sample
Text 1234. You need Text for
Allows you to capture a specific
segment of text from a result.
Segment
your value. The T in Text isThis manipulation is expressed
8 characters in and the endingnumerically based on the
t is 11 characters in. Enteringcharacter count for the start
and the end of the segment 8- 11 for segment will return
Text for the result
The complete result is Sample
Text 4321 You need only the
Allows you to use Regular
Expressions (RegExp) to
Search
first two numbers of the result.manipulate your results. See
For this, the regular expressionthe section on Regular
would be: (1-9)[1,2]. ThisExpressions for more
expression asks for onlyinformation on creating and
using regular expressions numbers (1-9) and only the first
two positions (1,2). The result
from this example would be
43
Checking modifications to Job Ticket values
To check modifications defined, use the Variable Set Tester described later in this section to load
sample job ticket files and see results.
Rule Based Variable Definition
The concept of a rule-based variable is to build a variable that will change based on the state of
another setting. For example:
54
Enfocus PitStop Server