Class SearchPattern

    • Field Detail

      • START

        public static final SearchPattern START
        Numbers that begin with the @see NumberPattern.getPattern entered.

        Often used to search for a specific area code. When using START, a plus sign (+) must be included and URL encoded, so %2B.

        For example, to search for area code 206 in the US, you would enter, %2b1206

      • CONTAINS

        public static final SearchPattern CONTAINS
        The number pattern entered is contained somewhere in the number, the location being undefined.
      • END

        public static final SearchPattern END
        The number ends with the number pattern entered.