Skip to content

Instantly share code, notes, and snippets.

@ivan1911
Created May 16, 2013 13:28
Show Gist options
  • Save ivan1911/5591724 to your computer and use it in GitHub Desktop.
Save ivan1911/5591724 to your computer and use it in GitHub Desktop.
MtD string search
#! /usr/bin/env python
# -*- coding: utf-8 -*-
""" 4 mtd """
str = 'magga pes "mtd tozhe"'
print str[str.find('"'):];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment