• Facebook
  • Twitter
  • Reddit
  • StumbleUpon
  • Digg
  • email

All Samples(11927)  |  Call(11836)  |  Derive(0)  |  Import(91)
Scan through string looking for a match to the pattern, returning
a match object, or None if no match was found.

        def search(pattern, string, flags=0):
    """Scan through string looking for a match to the pattern, returning
    a match object, or None if no match was found."""
    return _compile(pattern, flags).search(string)
        


src/p/y/pyisapie-HEAD/Tags/Imported/v1-0-3/PyISAPIe/Python/Examples/Advanced/URL.py   pyisapie(Download)
from Http.Watch import Watch
from WWW.URL import Map
from sys import modules
from re import search
import re, sys
 
class NotFoundError(Exception):

src/p/y/pyisapie-HEAD/Tags/1.1.0-rc4/PyISAPIe/Python/Examples/Advanced/URL.py   pyisapie(Download)
from Http.Watch import Watch
from WWW.URL import Map
from sys import modules
from re import search
import re, sys
 
class NotFoundError(Exception):

src/p/y/pyisapie-HEAD/Tags/1.1.0-rc3/PyISAPIe/Python/Examples/Advanced/URL.py   pyisapie(Download)
from Http.Watch import Watch
from WWW.URL import Map
from sys import modules
from re import search
import re, sys
 
class NotFoundError(Exception):

src/p/y/pyisapie-HEAD/Tags/1.1.0-rc2/PyISAPIe/Python/Examples/Advanced/URL.py   pyisapie(Download)
from Http.Watch import Watch
from WWW.URL import Map
from sys import modules
from re import search
import re, sys
 
class NotFoundError(Exception):

src/p/y/pyisapie-HEAD/Tags/1.1.0-rc1/PyISAPIe/Python/Examples/Advanced/URL.py   pyisapie(Download)
from Http.Watch import Watch
from WWW.URL import Map
from sys import modules
from re import search
import re, sys
 
class NotFoundError(Exception):

src/p/y/pyisapie-HEAD/Tags/1.0.4/PyISAPIe/Python/Examples/Advanced/URL.py   pyisapie(Download)
from Http.Watch import Watch
from WWW.URL import Map
from sys import modules
from re import search
import re, sys
 
class NotFoundError(Exception):

src/p/y/pyisapie-HEAD/Tags/1.0.130/PyISAPIe/Python/Examples/Advanced/URL.py   pyisapie(Download)
from Http.Watch import Watch
from WWW.URL import Map
from sys import modules
from re import search
import re, sys
 
class NotFoundError(Exception):

src/p/y/pyisapie-HEAD/Tags/1.0.128/PyISAPIe/Python/Examples/Advanced/URL.py   pyisapie(Download)
from Http.Watch import Watch
from WWW.URL import Map
from sys import modules
from re import search
import re, sys
 
class NotFoundError(Exception):

src/p/y/pyisapie-HEAD/Tags/1.0.125/PyISAPIe/Python/Examples/Advanced/URL.py   pyisapie(Download)
from Http.Watch import Watch
from WWW.URL import Map
from sys import modules
from re import search
import re, sys
 
class NotFoundError(Exception):

src/p/y/pyisapie-HEAD/Tags/1.0.121/PyISAPIe/Python/Examples/Advanced/URL.py   pyisapie(Download)
from Http.Watch import Watch
from WWW.URL import Map
from sys import modules
from re import search
import re, sys
 
class NotFoundError(Exception):

  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9  Next