Index: _source/plugins/entities/plugin.js
===================================================================
--- _source/plugins/entities/plugin.js	(revision 3233)
+++ _source/plugins/entities/plugin.js	(working copy)
@@ -87,7 +87,7 @@
 			regex.push( charAt );
 		}
 		
-		table.regex = regex.join( '|' );
+		table.regex = regex.join( '' );
 		
 		return table;
 	}
