R
fn

isAlphanumeric

tested

Tests whether the given string can be encoded as a segment in alphanumeric mode.

Signature

ts
export function isAlphanumeric(text: string): boolean{ ... }

Parameters

ParameterTypeDescription
textstring

Returns

boolean