Index: wp-includes/meta.php
===================================================================
--- wp-includes/meta.php	(revision 21573)
+++ wp-includes/meta.php	(working copy)
@@ -614,7 +614,7 @@
 	* - 'key' string The meta key
 	* - 'value' string|array The meta value
 	* - 'compare' (optional) string How to compare the key to the value.
-	*              Possible values: '=', '!=', '>', '>=', '<', '<=', 'LIKE', 'NOT LIKE', 'IN', 'NOT IN', 'BETWEEN', 'NOT BETWEEN'.
+	*              Possible values: '=', '!=', '>', '>=', '<', '<=', 'LIKE', 'NOT LIKE', 'IN', 'NOT IN', 'BETWEEN', 'NOT BETWEEN', 'REGEXP', 'NOT REGEXP', 'RLIKE'.     
 	*              Default: '='
 	* - 'type' string (optional) The type of the value.
 	*              Possible values: 'NUMERIC', 'BINARY', 'CHAR', 'DATE', 'DATETIME', 'DECIMAL', 'SIGNED', 'TIME', 'UNSIGNED'.
@@ -732,7 +732,8 @@
 				'LIKE', 'NOT LIKE',
 				'IN', 'NOT IN',
 				'BETWEEN', 'NOT BETWEEN',
-				'NOT EXISTS'
+				'NOT EXISTS',
+				'REGEXP', 'NOT REGEXP', 'RLIKE'
 			) ) )
 				$meta_compare = '=';
 
