Skip to main content

Home/ Coders/ Group items tagged regex

Rss Feed Group items tagged

Joel Bennett

The 30 Minute (.Net) Regex Tutorial - CodeProject - 0 views

  •  
    A guide to getting started with regular expressions in .Net for begginers all the way through named captures, backreferencing, and lookaround. Barely mentions balancing matches -- which are one of the best features of .Net regex ... but otherwise very good.
jo_kruger

An Introduction to Regular Expressions in RL3 - 0 views

  •  
    Regular expressions are extremely handy and powerful tool. In RL3 regex are also human-friendly and easy to write.
anonymous

PHP: Backward incompatible changes - Manual - 0 views

  • All ereg functions were removed. PCRE is a recommended alternative.
Joel Bennett

Nregex v/0.1 - 0 views

  •  
    A slick web-based tool for testing and perfecting .net regular expressions
Joel Bennett

The Regulator - Get Serious About Regular Expressions - 0 views

  •  
    Roy Osherove's The Regulator is a free Regular Expresssions testing and learning tool...
Joel Bennett

Rex V: an AJAX Regular EXpression eValuator - - 0 views

  •  
    A web-based Regular Expression tester for creating and testing php(pcre or posix) or javascript compatible regular expressions.
Fabien Cadet

Parsing Html The Cthulhu Way @ Coding Horror (Jeff Atwood) - 1 views

  •  
    « Among programmers of any experience, it is generally regarded as A Bad Ideatm to attempt to parse HTML with regular expressions. How bad of an idea? It apparently drove one Stack Overflow user to the brink of madness [...] »
jo_kruger

How To Build a Simple Chatbot Using RL3 and Python - 0 views

  •  
    This article describes how to build a simple chatbot using RL3 and Python.
1 - 17 of 17
Showing 20 items per page