Tag: Basics

  • Useful regex resources

    Today I want to post a list of regex resources that have been useful for me. In the first time I haven’t read a regex book, I found all my knowledge on-line, and there is plenty of regex information out there. On-line resources regular-expressions.info, a great online resource on every aspect of regular expressions and […]

  • What absolutely every Programmer should know about regular expressions

    No, I am not going into theoretical definitions. I am going to talk about regex in todays computer languages and applications. I am surprised how many programmers think regexes are complicated and ask e.g. on Stackoverflow for a regex for a specific task. They will get most probably an answer, if they ask nicely. But […]