run

open override fun run(value: String): Boolean

Runs a validation or processing logic for the given input value.

Return

Boolean value indicating whether the validation or processing was successful.

Parameters

value

String representing the input value to be validated or processed.