Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
        path_name = os.path.join(path,fname)

Check if string contains pattern

Code Block
exp = 'xpptut13'
if 'tut' is in exp : <do something> 

 

Useful string parsing options

...