Alphanumeric (Condition) — Skript

Addon: Skript · Category: Condition · Since: 2.4

Syntax

%strings% (is|are) alphanumeric

Description

Checks if the given string is alphanumeric.

Examples

if the argument is not alphanumeric:
	send "Invalid name!"

View source