run

open override fun run(value: String): Boolean

Runs the function logic for the given input value.

Return

Boolean value indicating the result of the function.

Parameters

value

String representing the input value to be processed.