15,022
edits
(add Search unmatched string) |
|||
| Line 120: | Line 120: | ||
== Search unmatched string == | == Search unmatched string == | ||
=== case: find un-commented console.log === | === case: find un-commented console.log === | ||
original format | original format: some lines contains un-commented [[Javascript debug]] information | ||
<pre> | <pre> | ||
console.log("un-commented debug information"); | console.log("un-commented debug information"); | ||