Computer Science not teaching regular expressions?
I don’t know what to think about this problem. While I was in one of my computer science classes. I recommended to some of my classmates that they use a regular expression to solve the homework. They all gave me an odd look. I could not believe that none of them had heard of regular expressions. No class I have taken there has ever had us use regular expressions, and I am not sure why. I still don’t know why, but after contacting a few other computer science students at other “better” schools, I found out that most of them had also not used Regular Expressions before. It seems that this is not required of students to learn. All the courses I’ve seen that teach regular expressions are not required courses, and most don’t talk about applications of them. It is more learning about them from a language perspective.
I have not been using a regular expressions for that long, but I have discovered many many uses for them since I started working with them. It seems that almost any case where I am even working with strings of characters that regular expressions are useful. Why don’t they teach more of this stuff in school?? Maybe someone knows why. They aren’t complicated certainly not for Computer Science students. Anybody have any thoughts on why this is?
Most of my blogging takes place on ASP Advice where I try to give good asp.net advice on my blog called Orcs Goblins and .NET.