Please enable JavaScript to view this site.

Try to parse an ASCII token, e.g. an sequence of only digit/letters or extra specified characters (but starting only with letters or an extra): if successfully, current parsing position is moved after the parsed ASCII token.

Syntax

parseAsciiToken(string @value, string extra="_"): bool

value

Reference to destination string

extra

Extra token characters

Result

Return true if valid ASCII token parsed, false otherwise

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC