How to Search Articles on This Site

🔍 Search Box Shortcut: Ctrl + K

Use Unix-like search command syntax.
For example, to search for articles containing both hello and world: 'hello 'world

Syntax Details:

  • Space acts as a logical AND operator,
  • Vertical bar (|) acts as a logical OR operator.
    To search for whitespace (escape whitespace), use double quotes. Example: '"hello world", to search for articles containing “hello world”.
Syntax ExampleMatch TypeDescription
javascriptFuzzy matchItems that fuzzy match javascript
=schemeExact matchItems that are exactly scheme
'pythonContainsItems that include python
!rubyDoes not containItems that do not include ruby
^javaStarts with specified charsContent that starts with java
!^erlangDoes not start withContent that does not start with erlang
.js$Ends withContent that ends with .js
!.go$Does not end withContent that does not end with .go

Written by HenryZ