REGEX_DOUBLE_BYTE_CHAR constant

String const REGEX_DOUBLE_BYTE_CHAR

//////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// Regex of double-byte characters.

Implementation

// The following come from http://tool.oschina.net/regex
///////////////////////////////////////////////////////////////////////////

/// Regex of double-byte characters.
static const String REGEX_DOUBLE_BYTE_CHAR     =
    "[^\\x00-\\xff]";