search

filetype: allows searching for specific filetype
-<word>: excludes a word from results(type without <>)
before:yyyy-mm-dd : only shows results from before a date
after:yyyy-mm-dd : only shows results from after a date
intitle:<word> : searches for a word or phrase in the title of a site(type without <>)

3.67
3
Awgiedawgie 440215 points

                                    The view account.views.registerUser didn't return an HttpResponse object. It returned None instead.

3.67 (3 Votes)
0
0
0
Lionel Aguero 33605 points

                                    /* File name : RunEncap.java */
public class RunEncap {

   public static void main(String args[]) {
      EncapTest encap = new EncapTest();
      encap.setName(&quot;James&quot;);
      encap.setAge(20);
      encap.setIdNum(&quot;12343ms&quot;);

      System.out.print(&quot;Name : &quot; + encap.getName() + &quot; Age : &quot; + encap.getAge());
   }
}

0
0
3.5
2
Awgiedawgie 440215 points

                                     &ldquo;before:YYYY-MM-DD&rdquo; and &ldquo;after:YYYY-MM-DD&rdquo;
 articles about Google changes this year,  &quot;mashable google after:2019-01-01&quot;

3.5 (2 Votes)
0
0
0
Awgiedawgie 440215 points

                                     intext: or allintext: 
 allows you to only search in the text of a site, 
 as opposed to the title and URL, 
 which the search algorithm usually takes into consideration.

0
0
3.75
8
Krish 100200 points

                                    
  import re

txt = &quot;The rain in Spain&quot;
x = re.search(&quot;\s&quot;, 
  txt)

  
print(&quot;The first white-space character is located in 
  position:&quot;, x.start())  

3.75 (8 Votes)
0
4.11
8
Phoenix Logan 186120 points

                                    allintitle: Google is faster than Bing.
intitle: Bing

4.11 (9 Votes)
0
Are there any code examples left?
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source