devin + regex   10

How Regexes Work
This isn't an article about how to use regexes; you've probably seen plenty of those already. It's about how you would write a regex package from scratch, in a language like C that doesn't already have regexes.
regex  programming  parser  reference 
december 2007 by devin
REJAX - Easiest Regular Expression Tester. Ever.
The next version of ReJax is going to include realtime group match results in a simple easy to understand interface. Stay tuned :)
regex  tools  javascript  testing 
june 2007 by devin
Kodos - The Python Regex Debugger
Kodos is a Python GUI utility for creating, testing and debugging regular expressions for the Python programming language. Kodos should aid any developer to efficiently and effortlessly develop regular expressions in Python. Since Python's implementation
python  programming  regex  gui  tools 
april 2007 by devin
» Regex Tutorial
The regex (regular expressions) are very useful for programmers. Using this device you can describe every string that presents to its inside a certain regularity.
regex  programming  tutorials 
february 2007 by devin
Regular-Expressions.info - Regex Tutorial, Examples and Reference - Regexp Patterns
A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids. You are probably familiar with wildcard notations such as *.txt to find all text file
tutorials  regex 
november 2006 by devin

Copy this bookmark:



description:


tags: