Predicate Bash::alphaNumericRegex
Holds if the given regex is used to match an alphanumeric string
eg: ^[0-9a-zA-Z]{40}$, ^[0-9]+$ or ^[a-zA-Z0-9_]+$
Import path
import actionsHolds if the given regex is used to match an alphanumeric string
eg: ^[0-9a-zA-Z]{40}$, ^[0-9]+$ or ^[a-zA-Z0-9_]+$
import actions