Talk:Regular expression: Difference between revisions
Jump to navigation
Jump to search
imported>Tom Morris (New page: {{subpages}}) |
imported>Tom Morris No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
== Illustrations? == | |||
Perhaps [[:Image:Regular-expressions-cheat-sheet-v2.png]] may be of use here. [[User:Daniel Mietchen|Daniel Mietchen]] 21:37, 23 July 2009 (UTC) | |||
:Difficult thing to illustrate really. I'd suggest the best way to learn regular expressions is to use an interactive tool like [http://rubular.com/ Rubular] (which lets you test regexes interactively in the browser - it passes the regex back over Ajax to the server and evaluates it using Ruby's regex parser). –[[User:Tom Morris|Tom Morris]] 20:58, 24 July 2009 (UTC) |
Latest revision as of 14:58, 24 July 2009
|
Metadata here |
Illustrations?
Perhaps Image:Regular-expressions-cheat-sheet-v2.png may be of use here. Daniel Mietchen 21:37, 23 July 2009 (UTC)
- Difficult thing to illustrate really. I'd suggest the best way to learn regular expressions is to use an interactive tool like Rubular (which lets you test regexes interactively in the browser - it passes the regex back over Ajax to the server and evaluates it using Ruby's regex parser). –Tom Morris 20:58, 24 July 2009 (UTC)