Using regular expressions (or regex) you can verify if a specific string ... var regex = new RegExp('<\/?h[1-6]>','ig'); //or var regex ...
確定! 回上一頁