Revision: 7091
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7091&view=rev
Author:   dominikoeo
Date:     2012-05-27 20:27:48 +0000 (Sun, 27 May 2012)
Log Message:
-----------
- oops, syntax is of course not regexp="(?-i)..." but
  <token regexp="yes">(?-i)...</token>.

Modified Paths:
--------------
    trunk/website/www/development/index.php

Modified: trunk/website/www/development/index.php
===================================================================
--- trunk/website/www/development/index.php     2012-05-27 20:21:26 UTC (rev 
7090)
+++ trunk/website/www/development/index.php     2012-05-27 20:27:48 UTC (rev 
7091)
@@ -157,7 +157,8 @@
 to <tt>yes</tt>.</p> Alternatively, case-sensitive matching can be turned on 
for
 single tokens by using
 <tt><a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html";>(?-i)</a></tt>
-in regular expressions (ex: <tt>regexp="(?-i)Bill"</tt> will match "Bill" but 
not "bill").
+in regular expressions (ex: <tt>&lt;token 
regexp="yes"&gt;(?-i)Bill&lt;/token&gt;</tt> will match
+"Bill" but not "bill").
 
 <h3><a name="simpleexample">A simple example</a></h3>
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to