You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2018. It is now read-only.
do not include all the intended characters, because the apply method of Scala's NumericRange is exclusive, i.e. it does not include the upper bound of the defined range. Consequently, LowerCase does not include z, UpperCase does not include Z, Numbers does not include 9, etc.
Thus, when using withTransform with any of the predefined filters in this object, these characters will be discarded from comparison.
The text was updated successfully, but these errors were encountered:
zoltanmaric
pushed a commit
to zoltanmaric/stringmetric
that referenced
this issue
Nov 17, 2015
The character ranges in
com.rockymadden.stringmetric.transform
do not include all the intended characters, because the
apply
method of Scala'sNumericRange
is exclusive, i.e. it does not include the upper bound of the defined range. Consequently,LowerCase
does not includez
,UpperCase
does not includeZ
,Numbers
does not include9
, etc.Thus, when using
withTransform
with any of the predefined filters in this object, these characters will be discarded from comparison.The text was updated successfully, but these errors were encountered: