Developer Utilities
A range of developer utilities help process developers to URL-encode strings, encode/decode Base64 data, and to create hashes with a click. Within the X4 Designer, each utility is represented by a separate view, provided by the Eclipse plug-in DevUtils.
View | Description |
---|---|
Base64 | Allows any string pasted from the clipboard to be encoded or decoded as Base64 Provided options:
Note:
|
Digest | Allows to generate a hash for a string that has been pasted from the clipboard Provided options:
|
Regex | Allows to apply any regular expression (short: Regex) to any string that has been pasted from the clipboard. This allows you to test any expression (by clicking the match button), or to replace the string according to the Regex pattern (defined in Pattern) by clicking the replace button. This view also allows you to enable various Regex syntax options, such as |
URLCodec | Allows any string pasted from the clipboard to be URL-encoded or decoded |
SocketClient |