|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-12 08:09 UTC] derick@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 03:00:02 2025 UTC |
It works only with upercase letters. This will replace letters in upper cases if you type more as 5 in a row(This do parse guestbook entries). But it dont work with lower cases. $HTTP_POST_VARS[message]= preg_replace("/([A-Z]{5,})/","\t\t","$HTTP_POST_VARS[message]");