<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,8 @@
-str = &quot;Welcome to Rails Underground&quot;
+str = &quot;Welcome to JRuby&quot;
 
-regexp = /Welcome to (?&lt;conf&gt;Rails .*)/
+regexp = /Welcome to (?&lt;ruby&gt;\w*Ruby)/
 
 match = regexp.match(str)
 
-puts match['conf']
-puts &quot;I hope you enjoyed #{match['conf']}&quot;
\ No newline at end of file
+puts match['ruby']
+puts &quot;I hope you enjoy using #{match['ruby']}&quot;
\ No newline at end of file</diff>
      <filename>1.9/named_groups.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
-str = &quot;Welcome to Rails Underground!&quot;
+str = &quot;Welcome to JRuby&quot;
 
-regexp = /Welcome to (Rails .*)/
+regexp = /Welcome to (\w*Ruby)/
 
 match = regexp.match(str)
 
 puts match[1]
-puts &quot;I hope you enjoyed #{match[1]}&quot;
\ No newline at end of file
+puts &quot;I hope you enjoy using #{match[1]}&quot;
\ No newline at end of file</diff>
      <filename>1.9/normal_groups.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>31fdfae895bc161ddb6b64e61c86143e5b0597dc</id>
    </parent>
  </parents>
  <author>
    <name>Charles Oliver Nutter</name>
    <email>headius@headius.com</email>
  </author>
  <url>http://github.com/headius/jruby-demos/commit/90ce416ab41aaa8f2d578b10e1a0cefc64a003e5</url>
  <id>90ce416ab41aaa8f2d578b10e1a0cefc64a003e5</id>
  <committed-date>2009-11-08T02:33:31-08:00</committed-date>
  <authored-date>2009-11-08T02:33:31-08:00</authored-date>
  <message>Modify 1.9 regexp example to omit conference title.</message>
  <tree>e4d5e58916c2cf91d5bbd3bbbe156bba3c9b41fa</tree>
  <committer>
    <name>Charles Oliver Nutter</name>
    <email>headius@headius.com</email>
  </committer>
</commit>
