reset password
Author Message
Arnav98
Posts: 48
Posted 18:47 Apr 17, 2017 |

I couldn't really understand what "You are NOT allowed to use regular expressions." meant in this problem. Can someone help me out or just give an example maybe.

kknaur
Posts: 540
Posted 19:30 Apr 17, 2017 |

If you don't know what a regular expression is, then don't worry about it.  A regular expression is an advanced programming technique for finding matching patterns in strings.  Students in the past have copied solutions from the internet which use regular expressions (clearly not knowing what they were), so I added this requirement.