Uses of Class
edu.uiuc.ncsa.security.util.functor.logic.jStringComparisons
-
Packages that use jStringComparisons Package Description edu.uiuc.ncsa.security.util.functor.logic -
-
Uses of jStringComparisons in edu.uiuc.ncsa.security.util.functor.logic
Subclasses of jStringComparisons in edu.uiuc.ncsa.security.util.functor.logic Modifier and Type Class Description classjContainscontains[needle,haystack]
This will search for needle in haystack and return true if found.classjEndsWithA functor for checking if one string ends with another.classjEqualsA functor to test simple string equality.classjExistsA functor to test if a string exists.classjMatchmatch[target, regex]
Returns a boolean if the regex finds a match in the target.classjStartsWithA functor for checking if one string starts with another.
-