-----------------------------------------------------------------------------
                                     wUtils
                                  Version 102
                        by Michiel 'El Muerte' Hendriks
                           elmuerte@drunksnipers.com
-----------------------------------------------------------------------------

UT2003 has a nice set of methods and structures defined in XGame.xUtils, but 
there are more common used methods. That's why I started on wUtils, this is
a package that contains a collection of common methods.
You are free to use this package, you are also free to copy some code from
this package.
For documentation about wUtils and it's methods visit the Unreal Wiki page:
http://wiki.beyondunreal.com/wiki/El_Muerte_TDS/WUtils

------------------------------- VERSION HISTORY -----------------------------
New in 102:
- wString:
  - new function StrSubst
  - new function ReplaceInString
  - fixed StrReplace to work with bOnlyFirst=true
- wMath
  - new function PowerMod
  - RSA encode/decode functions

New in 101:
- wString
  - StrShift fixed to support strings as delimiter
  - StrReplace, added an option bOnlyFirst to only replace the first element
  - added Capitalize, capitalize a string
  - added Split2, fixed version of split
- wMath
  - added CRC32 methods
- wArray
  - Join, added an optional bIgnoreEmpty parameter
  - added MaxI and MaxS to return the highest value of an array
  - added MinI and MinS to return the lowest value of an array

--------------------------------- SOURCE CODE -------------------------------
wUtils is provided under the GPL. The complete source code is available
from the website. Please respect the GPL:
                      http://www.gnu.org/licenses/gpl.txt

----------------------------- CONTACT INFORMATION ---------------------------
wUtils has been written by Michiel 'El Muerte' Hendriks 
<elmuerte@drunksnipers.com> member of The Drunk Snipers (TDS for short)

The latest version of this server add-on can be downloaded from: 
http://wiki.beyondunreal.com/wiki/El_Muerte_TDS/WUtils

-----------------------------------------------------------------------------
Michiel 'El Muerte' Hendriks                        elmuerte@drunksnipers.com
The Drunk Snipsers - ICT Solutions                http://www.drunksnipers.com
-----------------------------------------------------------------------------