a = "qwertyqwerBtyA"; b_reg = /B.*A|A.*В/g; $("#draggable").click(function(){ if(b_reg.test(a)) alert("Есть"); });