Kill Unsupported Characters Properties

Name

Type

Required

Description

In

String

Yes

Source of the input string.

Out

String

Yes

Output for the transformed string.

Trash

String

No

Output for the removed characters.

Extra Supported Characters

String

No

List of supported characters specified as a simple string. Warning: This property has a higher priority than other flags. (e.g., when the character 'A' is contained in this string, but it is not contained in the character definition set in the 'lettersSupproted' property, then the character 'A' will be accepted). Default value is an empty string (no supported characters).

Letters Suppported

Boolean

Yes

Flag indicating whether letters are supported. Default value is set.

Numbers Suppported

Boolean

Yes

Flag indicating whether numbers are supported. Default value is set.

Substitute With

String

No

String used as a substitute for each unsupported character. Default value: ' ' (space)

Whitespace Suppported

Boolean

Yes

Flag indicating whether whitespace characters (' ', '\n', ...) are supported. Default value is set.

When Condition

String

No

Expression that must be satisfied for this step to be executed.

Id

String

No

Step identification string.

Scorer

String

No

Element which stores basic scoring settings.


iWay Software