How did he get around registering the 10-character limit?

Source: Internet
Author: User
How did he get around the registration 10 character limit???
I see a lot of spaces ...
But the normal input space does not make sense to succeed.

There are enthusiasts to help me find out why.
Link Address
http://bbs.youyax.com/Content-5511

On the wording of the filter
Public Function transform ($txt)
{
$txt = Trim ($txt);
$txt = Addslashes (Htmlspecialchars ($txt, Ent_quotes, "UTF-8"));
if (Preg_match_all ("/\ Quote:
(. +?) \[\/quote]/is ", $txt, $match)) {
$txt = preg_replace ('/\s*\r\n\s*/', ', $txt, 1);
}
$huanhang = Array (
"\ r \ n",
"\ n",
"\ r"
);
$txt = Str_replace ($huanhang, '
', $txt);

------Solution--------------------
Picture display: There is a blank between the text and the ellipsis
Even the browser is not considered to be half-width space, you still \s what use?
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.