5 Most Useful Regular Expressions & Rewrite Rules
I've been working lately on a project that uses silent redirection. I noticed that most users lack the basics of this great language!
To start with, Regex (or Regular Expression) is a sequence of characters that forms a search pattern; that's the main reason Regex was created for. So I thought like sharing with you 5 of the most useful tips of Regex.
As a quick introduction, regex can be used in various search forms, it's main value lies in the fact that it's advanced enough to automate most Read more [...]