readNamedString

Prompts the user to enter a string.

version(TwitchSupport && WithTwitchPlugin)
package
readNamedString
(
const string wording
,
const size_t expectedLength
,
ref bool abort
)

Parameters

wording string

Wording to use in the prompt.

expectedLength size_t

Optional expected length of the input string. A value of 0 disables checks.

abort bool

Abort pointer.

Return Value

Type: auto

A string read from standard in, stripped.

Meta