News in the Category:
Regex
Total posts: 666
Advogato diary for Ankh, June 27, 2009
stan, Python already has regular expression
support... if you want only ^.*$ then the simplest and most
efficient way might be to prefix all others with \ and use
the existing regexp support. Most im...
MSDN: BizTalk Server, June 11, 2009
Find videos designed to help Web developers and designers of all skill levels experience the power of the Web using Internet Explorer 8. Check back often, as new videos are added regularly....
Steven Smith, May 28, 2009
I just received a notice that OReilly is publishing a new Regular Expressions Cookbook. Its not available yet, so I cant offer a review, but Im certainly a fan of Cookbook style books (like this...
Clarity Blogs: ASP.NET, May 14, 2009
My key chain has more rewards cards on it than it does keys. Seriously I have 3 keys and 4 rewards cards. The idea behind these cards is that rewarding my shopping behavior will earn my lo...
Microsoft Certified Professional Magazine Online | Columns, May 12, 2009
Like an electron microscope, the OutVariable parameter offers a peek deep into your pipelined PowerShell expressions....
Method ~ of ~ failed, May 5, 2009
Isnt RSS great!? Today I saw something wonderful pop in the feed from Jeff Prosise. One of the problems with the contest wheel app that Arturo and I did, was the CircularPanel we were using really at ...
Jesse Liberty - Silverlight Geek, May 4, 2009
Towards the end of my Whats New In Silverlight 3 presentation for Tech Ed, I discuss the (much anticipated) enhanced Data Validation in SL3. Now, anyone who has been around the block a few...
More Whidbey stuff, May 3, 2009
The Maw is a charming and seriously fun game that is going to make you smile from start to finish. Puzzle Quest is one of those just one more time sinks. The improbable mix of puzzle gaming and ...
Shaun Walker, April 24, 2009
Just some notes from our regular weekly team meeting.More......
Somasegars WebLog, April 4, 2009
Building compelling and usable UI should be easy and fun. We all can point to our favorite products (either the ones we build or the ones we use) and think about how much better it would be if t...
ISerializable, April 2, 2009
here is a glimpse of the feature the guys are working on at the moment. I call it Placeholder Arguments. Its a variation of the how do you allow the user to check parameters passed to a method? questi...
DevX: .NET Feed, March 31, 2009
This tip provides a generic function that extracts matches from a string using a regular expression....
OdeToCode Latest Articles, March 28, 2009
This article will cover data binding features in Silverlight, including binding expressions, validation, converters, and binding modes....
Federal Developer Weblog, March 26, 2009
NOTE: This was cross posted from here Thanks to everyone who attended last night! You can find the deck and demo code here: Heres the essential links I gave towards the end of the talk: - D...
Nigel Parkers Outside Line, March 26, 2009
Do you remember what you were doing when the planes hit the buildings in New York, September 11th 2001? Did you know that two weeks before that event IE6 was released to the web? What else was happ...
ComponentArt WebLogs, March 19, 2009
Currently the Grid doesn't expose the filtered set of GridItems after a search/filter action, preventing operations from being applied exclusively to that set of rows. Until Grid provides a metho...
ComponentArt WebLogs, March 19, 2009
Currently the Grid doesn't expose the filtered set of GridItems after a search/filter action, preventing operations from being applied to that set of rows. Until Grid provides a method to access ...
Simple Talk, March 16, 2009
Property Expressions in SSIS packages are assigned to a property at run time. This allows parameters to be passed to a package every time they are run, making them far more versatile. Despite their ob...
Scott on Writing, February 13, 2009
A case could be made that blogs and blog hosting websites like WordPress and Blogger are, so far,the most important innovation of this century, technological or otherwise. Prior to the advent of blogs...
Jesse Liberty - Silverlight Geek, February 7, 2009
A number of articles I've read recently have mentioned "Extension methods" in passing, yet it is difficult to find out what this is, if you don't already know. A few searches, however, d...
RegexLib.com - Recent Patterns, January 28, 2009
This Expression will allow at least one small letter, one capital and one numeric digit. And length of the password is minimum of 8 and allowed special chars are pre defined(@\$=!:.#%),special chars a...
MSDN: BizTalk Server, January 26, 2009
Don't delay: this limited time offer for Expression Blend 2, Expression Web 2, and Expression Studio 2 ends January 31....
ASPAlliance.com - The #1 ASP.NET Community, January 26, 2009
In this code snippet, Abdulla demonstrates how to add a ToolTip for each item in a DropDownList, which the regular
DropDownList does not support. After providing a brief introduction, he examines the...
Pablo M. Cibraro (aka Cibrax), January 19, 2009
Keith Brown has just released a helper class (Based on an original implementation made by Dominick Baier) with very useful methods for mixing Http and Https in a regular asp.net application. Before ju...
Pablo M. Cibraro (aka Cibrax), January 19, 2009
Keith Brown has just released a helper class (Based on an original implementation made by Dominick Baier) with very useful methods for mixing Http and Https in a regular asp.net application. Before ju...
RegexLib.com - Recent Patterns, January 9, 2009
This expression can be used to validate any date entered in correct DD-MM-YYYY format. Takes care of Leap Years too.....
FTPOnline .NET Channel, January 8, 2009
Expression Blend 2 lets you add different effects to your Silverlight apps and enhance users' experience -- and with less code than you might think. All you need is Visual State Manager....
Journey to SQL Authority with Pinal Dave, January 8, 2009
I will be travelling to Mumbai from From January 8, 2008 to January 11, 2008. If any of readers wants to meet up for cup of coffee in evening leave a comment or send me email and we can arrange someth...
Jesse Liberty - Silverlight Geek, January 6, 2009
More Previous Blog Entry Hyper-video: Getting Started In a previous posting, I began a fast and furious mini-tutorial on building a hyper-video player. In this segment, I'll ...
youve been HAACKED, January 5, 2009
Recently I found myself in a situation where I wanted to format a string using a named format string, rather than a positional one. Ignore for the moment the issue on whether this is a good idea or no...
RegexLib.com - Recent Patterns, January 2, 2009
Validate HTM/HTML/ASP/ASPX
e.g. PageName.html...
RegexLib.com - Recent Patterns, January 2, 2009
Validate URL
e.g.
http://www.sample.com,
http://61.61.67.123/test.html...
RegexLib.com - Recent Patterns, January 2, 2009
Validate Filename,PageName,ImageName etc
such as
filename.doc
filename.xls
pagename.aspx
pagename.asp
pagename.htm
pagename.html
Extensions
etc ......
Rick Strahls WebLog, December 29, 2008
Cody Lindley has a great post that explains some of the innards of the jQuery object returned from selector queries. As you may know if you are using jQuery, the jQuery object returned from a jQuery s...
Marquee de Sells: Chriss insight outlet, December 22, 2008
Dilip Krishnan has built a lovely little date parser that supports absolute dates like "6/2/1969" (just like DateTime.Parse already supports today) and relative dates like "today" or "next Monday...
MSDN: BizTalk Server, November 21, 2008
Let Jesse Liberty take you through this tutorial on programming with Visual Studio and Expression Blend....
RegexLib.com - Recent Patterns, November 19, 2008
A quick and dirty expression for splitting up a generic street address...
Jesse Liberty - Silverlight Geek, November 18, 2008
Yesterday, I wrote the first of a series of posts on skills related to effective Silverlight programming; specifically an introduction to LINQ. Today, with that material fresh, I'd like to take a gi...
The Code Project Latest Articles, November 18, 2008
A mathematical expression evaluator in pure JavaScript, with support for user defined variables....
K. Scott Allen, November 14, 2008
Once you know about the magic of Expression<T>, its hard not to make use of it. Or perhaps, abuse it. Here is an excerpt of a class I wrote that uses Expression<T> as a reflection helper...
Karl Seguin [MVP], November 13, 2008
Introduction
Three weeks ago, Jeremy Miller and Chad Myers laid down their MVC approach. From the comments it's clear that many of their goals resonated with fellow developers. Since I happened to...
Karl Seguin [MVP], November 13, 2008
Introduction
Three weeks ago, Jeremy Miller and Chad Myers laid down their MVC approach. From the comments it's clear that many of their goals resonated with fellow developers. Since I happened to...
Karl Seguin [MVP], November 13, 2008
Introduction
Three weeks ago, Jeremy Miller and Chad Myers laid down their MVC approach. From the comments it's clear that many of their goals resonated with fellow developers. Since I happened to...
Karl Seguin [MVP], November 13, 2008
Introduction
Three weeks ago, Jeremy Miller and Chad Myers laid down their MVC approach. From the comments it's clear that many of their goals resonated with fellow developers. Since I happened to...
Karl Seguin [MVP], November 13, 2008
Introduction
Three weeks ago, Jeremy Miller and Chad Myers laid down their MVC approach. From the comments it's clear that many of their goals resonated with fellow developers. Since I happened to...
Karl Seguin [MVP], November 13, 2008
Introduction
Three weeks ago, Jeremy Miller and Chad Myers laid down their MVC approach. From the comments it's clear that many of their goals resonated with fellow developers. Since I happened to...
Karl Seguin [MVP], November 13, 2008
Introduction
Three weeks ago, Jeremy Miller and Chad Myers laid down their MVC approach. From the comments it's clear that many of their goals resonated with fellow developers. Since I happened to...
Karl Seguin [MVP], November 13, 2008
Introduction
Three weeks ago, Jeremy Miller and Chad Myers laid down their MVC approach. From the comments it's clear that many of their goals resonated with fellow developers. Since I happened to...
RegexLib.com - Recent Patterns, November 11, 2008
I got a regex for date time from here, which had some bugs. so i referred a few regex from this site and created a regex which i tested and didnt find any errors. I will check again and update if requ...
youve been HAACKED, November 11, 2008
I In my last post, I talked about the landmine of stripping HTML comments and at the end I mentioned I hoped I would never have to parse HTML again. Well Im back at it, but this time I want to strip ...