What is Peach
Installing
Tutorials
Methodology
Introduction
Training
Enterprise
FAQ
Support Forums
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

UrlEncodeTransformer

The UrlEncodeTransformer will produce a url encoded value of the provide value in the parent data model.

Examples

<DataModel name="Ex1">
        <String name="TransformMe" value="http://www.peachfuzzer.com?hello=aaaaa" >
                <Transformer class="UrlEncode" />
        </String>
</DataModel>