I am new to PyMel and Python as a whole, I am trying to load a text file and parse through it.
I can load a text file and read what is in it, I want to look for exact strings. select text an so on.
If you know the page in the documentation I can find this, it would be helpful. Or posting a small code sample (even more helpful ^^)
Thank you.
Replies
https://docs.python.org/2/library/strings.html. Would suggest checking out regex or posting a sample of what the text file looks like.