Utf8.charpattern

From GiderosMobile
Revision as of 14:34, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> '''Value:''' [\0-\x7F\xC2-\xF4][\x80-\xBF]*<br/> === Description === <translate>The pattern (a string, not a function) "[...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2016.06
Value: [\0-\x7F\xC2-\xF4][\x80-\xBF]*

Description

The pattern (a string, not a function) "[\0-\x7F\xC2-\xF4][\x80-\xBF]*", which matches exactly one UTF-8 byte sequence, assuming that the subject is a valid UTF-8 string.