file - Python similar type of string to search -
i have started learning python , have question. have text file opened. file has random questions. question how can search question similar type of question "what .... " , "how ...." , homecoming whole question . using python 3.x. please help
i highly suggest spend time reading regex. trick search string includes first words want (the "what your" statement) , ends question mark. next docs should give quite bit of clarity.
https://docs.python.org/3.4/library/re.html https://docs.python.org/3.4/howto/regex.html#regex-howto
string file search python-3.x
No comments:
Post a Comment