Difference between revisions of "Utf8.charpattern"

From GiderosMobile
Line 2: Line 2:
 
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
 
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
 
'''<translate>Value</translate>:''' [\0-\x7F\xC2-\xF4][\x80-\xBF]*<br/>
 
'''<translate>Value</translate>:''' [\0-\x7F\xC2-\xF4][\x80-\xBF]*<br/>
 +
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/utf8|utf8]]<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>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.</translate>
 
<translate>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.</translate>

Revision as of 10:30, 24 August 2018

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

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.