Package pmp.macro.str

This package contains classes for builtin macros of PMP:macroprocessor for string manipulation.

See:
          Description

Class Summary
Adler32 Macro for calculating Adler32 checksum.
Compare Compare two strings.
CRC32 Macro for calculating CRC32 checksum.
Chr Returns character with given code.
IsNumber Returns "1" if given parameter is integer number.
Length Returns length of given string.
Locate Returns position of specified substring (parameter 1) in given string (parameter 1).
LowerCase Converts given parameter to lower case.
Match Returns "1" when string in first parameter matches regular expression in second parameter.
MD5 Macro for calculating MD5 checksum.
Ord Returns charcode of the first character in given string.
Repeat Returns first parameter repeated number of times obtained from second parameter.
Replace Replaces occurances of pattern (parameter 2) in source text (parameter 1) with given replacement (parametr 3).
Reverse Macro that returns reversed string.
Rot13 Performs Rot13 encoding of string.
StrTok Tokenizes string.
SubStr Returns substring of given string.
SubstrCount Returns number of times string in the second parameter occurs in the first parameter.
Tools Title: PMP: Macroprocessor Description: Java macroprocessor Copyright: Copyright (c) 2005 Company:
Trim Strips whitespace from the beginning and/or end of a string.
UpperCase Converts parameter to upper case.
UUID Generates random UUID/GUID.
 

Package pmp.macro.str Description

This package contains classes for builtin macros of PMP:macroprocessor for string manipulation.