isname

BAP Online Manuals : Library Reference : Library by Name : isname
Previous: is
Next: killmenu

6.2.75. isname

tests whether a string would match a prolog symbol

SYNOPSIS

isname("hello")

SYNTAX

isname(String) (i)

ARGUMENTS

void(String) (i) string to be tested

DESCRIPTION

Succeeds, if the string contains a valid prolog name 'A'...'Z','a'...'z',' ','0'...'9'. Fails otherwise.

ERRORS

(none)

LAYERS

prolog-process, client-server, object

RELATED PREDICATES

prologtoken , fronttoken


BAP Online Manuals : Library Reference : Library by Name : isname
Previous: is
Next: killmenu