I really dislike using regular expressions, mainly because every time I bump into code using them either: I cannot decipher them any more It is used for things not suites for (like parsing JSON or
XML: please don’t!) For more background on when NOT to use regular expressions, remember they describe a regular grammar, and […]
Weiterlesen...