Closed chengyouling closed 1 day ago
if TAGS definition as 'tag1orderTag2', then using Pattern PATTERN = Pattern.compile("and|or", Pattern.CASE_INSENSITIVE) to split will wrong split to 'tag1', 'derTag2'.
test with tag 'tag1orderTag2' or 'tag1anderTag2'
No response
2.0.x
What happened?
if TAGS definition as 'tag1orderTag2', then using Pattern PATTERN = Pattern.compile("and|or", Pattern.CASE_INSENSITIVE) to split will wrong split to 'tag1', 'derTag2'.
How can we reproduce it (as minimally and precisely as possible)?
test with tag 'tag1orderTag2' or 'tag1anderTag2'
Anything else we need to know?
No response
Sermant version
2.0.x
OS version
No response