|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-20 18:31 UTC] rasmus@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jun 12 02:00:01 2026 UTC |
I think it would be a good feature to have the syntax like the following: if ($var like "%abc"){ } or as an operator: if ($var ~ "abc%") { } This is similar to the like syntax in SQL.