[Solved] RegularExpression in Javascript? [closed]

[ad_1]

Using jQuery filter

$('a').filter(function(index) { 
  return (this.onclick.match(/setSectionName\(''\);showFunctionMenu2\(/) !== null);
});

Reference: http://api.jquery.com/filter/

[ad_2]

solved RegularExpression in Javascript? [closed]