Tags:
archive_me1Add my vote for this tag create new tag
, view all tags
I found a possible typo in some regular expressions. Some of the A-Z expressions are A-z, so I grepped the following way:

  • cd twiki/bin
  • grep A- * | grep -v A-Z

I found some of them in the edit and preview scripts.

One example:

 $scatname =~ s/[^a-zA-z0-9]//g;

-- StefanScherer - 11 Mar 2001

Correct, is a bug. Thanks for pointing out. Commited fix to TWikiAlphaRelease.

-- PeterThoeny - 11 Mar 2001

Topic revision: r2 - 2001-03-12 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.