php function array_key_exists and regular expressions
        Posted  
        
            by Bacon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bacon
        
        
        
        Published on 2010-03-18T15:36:35Z
        Indexed on 
            2010/03/18
            15:41 UTC
        
        
        Read the original article
        Hit count: 492
        
hello,
is it, please, possible to use a regular expression with the php function array_key_exists(); like this for example :
$exp = "my regex";
array_key_exists($exp, $array);
thank you !
© Stack Overflow or respective owner