IEntityCodec.unencoded

Tells whether a string is unencoded (ie contains one or more unencoded entities).

class IEntityCodec(E : IEntitySet)
bool
unencoded
(
Char
)
(
Char[] text
)

Parameters

text Char[]

string to check

Return Value

Type: bool

true if there are unencoded entities in the string

Meta