topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday April 17, 2024, 9:36 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - trishjo [ switch to compact view ]

Pages: [1]
1
Here is a really cool tutorial (video) and cheatsheet for learning regular expressions:

http://e-texteditor....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).

Pages: [1]