Class PropertyStringMatches

All Implemented Interfaces:
PropertyDescriptorIF, Serializable

public class PropertyStringMatches extends PropertyLogicBase
Tests, whether first sting matches second string. It matches, if the second string are equal or if the first string contains all segments in the second arguments in the right order. The segments in the second string are separated by "*". Examples true "ab", "*b*" "abc", "*b*" "abcabc", "*b*" "abcabc", "*ab*" "abcabc", "a*c" "abcabc", "a*b*c" "abcabcabc", "a*abc*c" false "abc", "*b" "abc", "b" "abc", "b*" "abcb", "a*ab*cb"
Version:
11.6
Author:
jba
See Also: