My problem with regular expressions is not only the syntax but I didn't have to use it so often so i would forgot it and have to learn it again and again from start. But fortunately I found that in most cases that I need to parse strings i can use .split() and .join() methods instead. for better convenience.