Basics

What a query is made of. Everything else on these pages narrows or reshapes what these five things find.

Words

Several words means all of them, in any order, anywhere in the page source.

bootstrap jquery

Exact phrases "..."

Quotes mean those characters, in that order. This is what you want almost every time: source code is punctuation-heavy and order carries meaning.

"math.min.js"

Combining

Phrases and words can be mixed. Every one of them has to match.

"<html lang=\"fr\">" bootstrap

Excluding -

A dash before a word or phrase removes the pages that contain it.

"amcharts.js" -bootstrap

Escaping

A double quote inside a quoted phrase is escaped with a backslash, and a backslash with another backslash. Two backslashes mean one.

"<html lang=\"fr\">"
"\\x5f\\x70\\x6fp"

That is the whole of the ordinary syntax. The operators narrow a search before it runs, and snipexp: changes what is shown for each result.

Next Operators