/** Over the past few years, many developers have commented about their lack of understanding on how regular expressions (regEx) are written; yet all admit how helpful it would be to them if they knew… more →
SZC's Agglomerationgrimfandango wrote 1 day ago: I was speaking to Magnus last night and he was asking if I had a W3C cheat sheet. While I do have a … more →
Stefan Camilleri wrote 1 week ago: /** Over the past few years, many developers have commented about their lack of understanding on how … more →
sureshkrishna wrote 2 weeks ago: Recently i was involved in an issue took a week to come to know the root cause. In the end its an ey … more →
Stefan Camilleri wrote 2 weeks ago: /** A friend of mine, João, very kindly pointed out a flaw in my date regex posted previously; the … more →
Stephen Gray wrote 2 weeks ago: This is the first tutorial on my blog. We’re going to start with something simple and it … more →
Stefan Camilleri wrote 3 weeks ago: /** Here is some handy regex to validate a date using british locale (dd/mm/yy or dd/mm/yyyy) */ Not … more →
lxcid wrote 3 weeks ago: C# support 2 type of strings: regular string and verbatim string. In this post we will try to explai … more →
Naresh Khokhaneshiya wrote 3 weeks ago: You can use following function for validation of email using ActionScript 3.0 RegExp class. /** * @u … more →
logicalthinker wrote 4 weeks ago: Sure, there are other options for testing regular expressions, but this test engine appears to be ai … more →
chozhiyath wrote 4 weeks ago: import java.util.regex.Matcher; import java.util.regex.Pattern; public class RegExp_SandBox { //Patt … more →
Prabhu Beeman wrote 1 month ago: Target Audience: Regex newbies I would digress from groovy and talk more about regex. This might be … more →
andrewferrier wrote 1 month ago: In WebSphere ESB, you can do schema validation of messages by setting the validation checkbox on var … more →
Nosredna wrote 1 month ago: Over here on his blog, Thomas has this “neat little HTML encoding trick in JavaScript”: … more →
fileformat wrote 1 month ago: I like to end my URLs with a file name (just my personal preference). For SEO, I want to make sure … more →
noocyte wrote 1 month ago: Coding Horror: Regular Expressions: Now You Have Two Problems Get a regular expression tool. I don … more →
sudarsanyes wrote 1 month ago: Masked TextBoxes are those that won’t allow (or that will allow) certain strings, numbers or c … more →
sudarsanyes wrote 1 month ago: RegularExpressions (AKA: Regex) are special strings that define a search pattern. Writing regex in C … more →
gobansaor wrote 1 month ago: “What? Have you completely lost the plot, Gleeson?”, I hear you scream. Jamie Zawinski … more →
Gareth J M Saunders wrote 1 month ago: Last week I ordered The Definitive Guide to Apache mod_rewrite by Rich Bowen on Amazon UK. It arrive … more →