I am trying to do webcrawler program using python. In this case, can we use regex to get the expected string or can we use the XML packages in python to get the string ?
I can see most of them are using regex. I like to know reason behind it.
I am trying to do webcrawler program using python. In this case, can we use regex to get the expected string or can we use the XML packages in python to get the string ?
I can see most of them are using regex. I like to know reason behind it.