It seemed like a good idea...

Index: 6_Functions/tr
===================================================================
RCS file: /home/cvs/repository/help/6_Functions/tr,v
retrieving revision 1.2
diff -u -r1.2 tr
--- 6_Functions/tr      2001/06/22 20:01:38     1.2
+++ 6_Functions/tr      2002/04/06 03:40:36
@@ -12,6 +12,10 @@
    does not need to be a '/'; it may be any character not found in the
    input or output characters.
 
+Notes:
+   $tr() matches upper- and lower-case characters seperately.  This
+   differs from EPIC's traditional case-insensitive string behavior.
+
 Practical:
    This function is useful for doing very simple text encoding, such as
    ROT13.  It is also useful for stripping out unwanted characters from
@@ -27,6 +31,7 @@
    $tr(/$oldc/_/efnet has bots)         returns "_fn_t h_s b_ts"
    $tr(/abc//blah blah)                 effectively the same as $strip()
    $tr(#a#e#blah)                       returns "bleh"
+   $tr(/A/E/blah)                       returns "blah"
 
 See Also:
    sar(6); msar(6); split(6); strip(6)



-- 
Joseph Carter <[EMAIL PROTECTED]>       My opinions are always right
 
<Knghtbrd> joeyh now has a terminal at the couch?
<Knghtbrd> That guy is wired, I swear  =>
<doogie> Knghtbrd: laptop
<doogie> and I don't mean the cats.

Attachment: msg00169/pgp00000.pgp
Description: PGP signature

Reply via email to