ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Links to Infos about Regular Expressions

<< < (2/3) > >>

mouser:
DC Member Allen created a site where you can run and test regular expressions online: http://rereplace.com/

Free alternatives to Regex Buddy (which is a fantastic program and top of its class): https://www.donationcoder.com/forum/index.php?topic=577.0

tinjaw:
is there freeware tool or online tool to help learning or testing regex? something like regexbuddy but free
-blackcat (July 04, 2008, 09:05 AM)
--- End quote ---

online
http://www.quanetic.com/regex.php
http://www.fileformat.info/tool/regex.htm
http://www.regextester.com/

free offline
http://tools.osherove.com/CoolTools/Regulator/tabid/185/Default.aspx

yksyks:
Regex Coach

The Regex Coach is free for private or non-commercial use.

justice:
The Regulator The Regulator is an advanced Regular expressions testing tool, featuring syntax highlighting and web-service integration with Regexlib.com's database of online regular expressions. See more info at http://regulator.sourceforge.net

The Regulator is an advanced, free regular expressions testing and learning tool written by Roy Osherove. It allows you to build and verify a regular expression against any text input, file or web, and displays matching, splitting or replacement results within an easy to understand, hierarchical tree.

trishjo:
Here is a really cool tutorial (video) and cheatsheet for learning regular expressions:

http://e-texteditor.com/blog/2007/regular_expressions_tutorial

This was a tremendous help for me when I started out trying to learn how to use regexes (for use when programming in ruby), and since then I have found more and more use for them.

The editor e ( http://e-texteditor.com ), that is used in the tutorial, is probably what has helped me most keeping my regex ability up-to-date and in use daily. It has a cool way of live highlighting what your regex matches in the text as you type it, that really helps you out when you try to use regexes while editing (kind of like a realtime regexbuddy that is always there when you need it).

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version