MarkupEntityCodec.isEncodedEntity

Checks whether the input string begins with an encoded entity.

class MarkupEntityCodec(E : IEntitySet)
bool
isEncodedEntity
(
Char
)
(
Char[] text
,
bool exact_match = false
)

Parameters

text Char[]

string to check

exact_match bool

if true, the encoded entity must fill the entire input string

Return Value

Type: bool

true if the string begins with an encoded entity

Meta