Blogs about: REGEX

Featured Blog

Web Cheat Sheets

grimfandango 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 →

Tags: Web, Accessibility, cheat, Cheatsheet, Checklist, Crib, CSS, Guidelines, javascript

regular expressions (a.k.a. regEx) tutorial #13 comments

Stefan Camilleri wrote 1 week ago: /** Over the past few years, many developers have commented about their lack of understanding on how … more →

Tags: dev, Tutorial, Regular expressions

Beware of writing regex and string functions7 comments

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 →

Tags: Eclipse, Java, String

date validation regular expression (improved formula catering for leap years and correct days in month)1 comment

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 →

Tags: dev, Date, validation

jQuery wildcard selectors2 comments

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 →

Tags: Tutorials, jQuery, wildcard, selector, javascript

date validation regular expression2 comments

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 →

Tags: dev

Verbatim String: a string precede with a @ character (the at sign).

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 →

Tags: C#, character, at, Sign, String, escape, sequence, regular, expression

Email Validation in ActionScript 3.0 using RegExp

Naresh Khokhaneshiya wrote 3 weeks ago: You can use following function for validation of email using ActionScript 3.0 RegExp class. /** * @u … more →

Tags: Flash, Flex, Air, ActionScript 3.0, regular expression, regexp

An online regular expression test engine for .Net

logicalthinker wrote 4 weeks ago: Sure, there are other options for testing regular expressions, but this test engine appears to be ai … more →

Tags: Software development, Regular expressions

Regular expression for stripping off tags from html

chozhiyath wrote 4 weeks ago: import java.util.regex.Matcher; import java.util.regex.Pattern; public class RegExp_SandBox { //Patt … more →

Tags: javascript, regular expression, stripping off script tags

Regex in Groovy

Prabhu Beeman wrote 1 month ago: Target Audience: Regex newbies I would digress from groovy and talk more about regex. This might be … more →

Tags: Groovy

Pattern Validation

andrewferrier wrote 1 month ago: In WebSphere ESB, you can do schema validation of messages by setting the validation checkbox on var … more →

Tags: Enterprise Service Bus, Integration Developer, WebSphere, ESB, pattern, schema, validation, WESB, XSD

A Challenge

Nosredna wrote 1 month ago: Over here on his blog, Thomas has this “neat little HTML encoding trick in JavaScript”: … more →

Tags: javascript, rubics cube, cube, Challenge, Thomas, escape, unescape, HTML, Trick

Default pages

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 →

Tags: AppEngine, SEO

Regular Expressions: Now You Have Two Problems

noocyte wrote 1 month ago: Coding Horror: Regular Expressions: Now You Have Two Problems Get a regular expression tool. I don … more →

Tags: Link

Masked TextBox in C#

sudarsanyes wrote 1 month ago: Masked TextBoxes are those that won’t allow (or that will allow) certain strings, numbers or c … more →

Tags: C#, Controls, ui

Regular Expressions in C#

sudarsanyes wrote 1 month ago: RegularExpressions (AKA: Regex) are special strings that define a search pattern. Writing regex in C … more →

Tags: C#, pattern, Search

Regular Expressions as an end-user programming tool?2 comments

gobansaor wrote 1 month ago: “What? Have you completely lost the plot, Gleeson?”, I hear you scream.  Jamie Zawinski … more →

Tags: ETL, Excel, Kettle, Talend, Regular expressions

Regular expressions

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 →

Tags: Software, Web, Regular expressions, coach, Apache, server