Alphanumeric (Condition) — Skript
Addon: Skript · Category: Condition · Since: 2.4
Syntax
%strings% (is|are) alphanumericDescription
Checks if the given string is alphanumeric.
Examples
if the argument is not alphanumeric:
send "Invalid name!"
Skript Documentation is the best place to find the official skript documentation and feature latest working addons for the latest version of Skript.
Full documentationBrowse all docsAddon: Skript · Category: Condition · Since: 2.4
%strings% (is|are) alphanumericChecks if the given string is alphanumeric.
if the argument is not alphanumeric:
send "Invalid name!"