- getContainsAnyIgnoreCasePattern(String[]) - Static method in class com.osivia.portail.site.portlets.utils.StringHelper
-
Compile a pattern that can will match a string if the string
contains any of the given terms.
- getContainsAnyPattern(String[]) - Static method in class com.osivia.portail.site.portlets.utils.StringHelper
-
Compile a pattern that can will match a string if the string
contains any of the given terms.
- getEndsWithAnyIgnoreCasePattern(String[]) - Static method in class com.osivia.portail.site.portlets.utils.StringHelper
-
Compile a pattern that can will match a string if the string
ends with any of the given terms.
- getEndsWithAnyPattern(String[]) - Static method in class com.osivia.portail.site.portlets.utils.StringHelper
-
Compile a pattern that can will match a string if the string
ends with any of the given terms.
- getEqualsAnyIgnoreCasePattern(String[]) - Static method in class com.osivia.portail.site.portlets.utils.StringHelper
-
Compile a pattern that can will match a string if the string
equals any of the given terms.
- getEqualsAnyPattern(String[]) - Static method in class com.osivia.portail.site.portlets.utils.StringHelper
-
Compile a pattern that can will match a string if the string
equals any of the given terms.
- getStartsWithAnyIgnoreCasePattern(String[]) - Static method in class com.osivia.portail.site.portlets.utils.StringHelper
-
Compile a pattern that can will match a string if the string
starts with any of the given terms.
- getStartsWithAnyPattern(String[]) - Static method in class com.osivia.portail.site.portlets.utils.StringHelper
-
Compile a pattern that can will match a string if the string
starts with any of the given terms.