Search
Results
RegExr: Learn, Build, & Test RegExRegExr: Learn, Build, & Test RegEx
regex101: build, test, and debug regexOnline regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript
Online regex tester, debugger with highlighting for PHP, PCRE, Python, Golang and JavaScript.
Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript
RegExr: Learn, Build, & Test RegEx
Regex Puzzle | Hacker News
Forum thread about Regex and which tools are available.
Gotcha — backslashes in Windows filenames | Python Conquers The Universe
Goto start of series Once upon a time there was a beautiful Windows programmer named Red Ridinghood.One day, Red’s supervisor told her that they were going to start building a new application…
grep is a beautiful tool
"Global Regular Expression Print is a staple of every command-line user’s toolbox. As with find, it derives a lot of power from being combined with other tools and can increase your productivity significantly."
Regular expressions in Perl - a summary with examples
Regular Expression Library
Regular Expression Library provides a searchable database of regular expressions. Users can add, edit, rate, and test regular expressions.
Using Look-ahead and Look-behind
Good information about regexp with reasonable examples. Lookahead, lookaround, nesting, capturing, assertions, etc.
Visual REGEXP : a graphical explorer for your regexps
"Tired of debugging your regular expressions ? Do you want to quickly build efficient regexps ? Visual REGEXP is for you ! This software will let you design your regexps by letting you type the expression and visualize its effect on a sample of your choice."
Regular Expression Reference - Advanced Syntax
Regular Expression Reference: Special Groups
RegExr: Online Regular Expression Testing Tool
2007 regex
RegExr: Online Regular Expression Testing Tool
RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp).
Filter Large HTML Select List using JavaScript Regexp Regular Expressions
"If you have a very large HTML SELECT list, finding the correct item can be like looking for a needle in a haystack. For example, if you have a list of a couple hundred names, finding a single one can be difficult. This article describes a JavaScript technique for filtering the items in a select list so that only the matching items are shown, making it much easier to locate the desired item."