mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 14:56:19 -04:00
Merge remote-tracking branch 'upstream/master' into feature_xpath
# Conflicts: # Gruntfile.js # src/js/.jshintrc
This commit is contained in:
commit
4c36123fd7
52 changed files with 1938 additions and 1692 deletions
|
@ -25,7 +25,7 @@ var Extract = {
|
|||
total = 0,
|
||||
match;
|
||||
|
||||
while (!!(match = search_regex.exec(input))) {
|
||||
while ((match = search_regex.exec(input))) {
|
||||
if (remove_regex && remove_regex.test(match[0]))
|
||||
continue;
|
||||
total++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue