mam.utility
Class StringUtils
- public class StringUtils
Description of the Class
- Author:
- nideffer
- created October 9, 2001
Method Summary |
static boolean | containsKeyword(String source, String keywords) Description of the Method |
static void | main(String[] args) The main program for the StringUtils class |
static String | replaceSubstring(String origString, String substring, String replacement) Description of the Method |
containsKeyword
public static boolean containsKeyword(String source, String keywords)
- Description of the Method
- Parameters:
- source - Description of Parameter
- keywords - Description of Parameter
- Returns: Description of the Returned Value
- Since:
main
public static void main(String[] args)
- The main program for the StringUtils class
- Parameters:
- args - The command line arguments
- Since:
replaceSubstring
public static String replaceSubstring(String origString, String substring, String replacement)
- Description of the Method
- Parameters:
- origString - Description of Parameter
- substring - Description of Parameter
- replacement - Description of Parameter
- Returns: Description of the Returned Value
- Since: