org.sakaiproject.poll.util
Class PollUtils
java.lang.Object
org.sakaiproject.poll.util.PollUtils
public class PollUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENDING_P_SPACE_TAGS
public static String ENDING_P_SPACE_TAGS
STARTING_P_TAG
public static String STARTING_P_TAG
ENDING_P_TAG
public static String ENDING_P_TAG
PollUtils
public PollUtils()
cleanupHtmlPtags
public static String cleanupHtmlPtags(String cleanup)
- Attempts to remove all unnecessary P tags from html strings
- Parameters:
cleanup - an html string to cleanup
- Returns:
- the cleaned up string
isValidEmail
public static boolean isValidEmail(String email)
Copyright © 2003-2013 Sakai Project. All Rights Reserved.