Constant Field Values

Contents

com.cobber.*

  • com.cobber.fta.plugins.CheckDigitEAN13 
    Modifier and Type Constant Field Value
    public static final String REGEXP "\\d{13}"
  • com.cobber.fta.plugins.CheckDigitIBAN 
    Modifier and Type Constant Field Value
    public static final String REGEXP "([A-Z]{2}[ \\-]?[0-9]{2})(?=(?:[ \\-]?[A-Z0-9]){9,30}$)((?:[ \\-]?[A-Z0-9]{3,5}){2,7})([ \\-]?[A-Z0-9]{1,3})"
  • com.cobber.fta.plugins.CheckDigitISBN 
    Modifier and Type Constant Field Value
    public static final String REGEXP "[-\\d]{17}"
  • com.cobber.fta.plugins.CheckDigitISIN 
    Modifier and Type Constant Field Value
    public static final String REGEXP "\\p{IsAlphabetic}\\p{IsAlphabetic}[\\p{IsAlphabetic}\\d]{9}\\d"
  • com.cobber.fta.plugins.CheckDigitLT 
    Modifier and Type Constant Field Value
    public static final String BACKOUT_REGEXP ".*"
  • com.cobber.fta.plugins.CheckDigitSEDOL 
    Modifier and Type Constant Field Value
    public static final String REGEXP "[\\p{IsAlphabetic}\\d]{6}\\d"
  • com.cobber.fta.plugins.CheckDigitUPC 
    Modifier and Type Constant Field Value
    public static final String REGEXP "\\d{12}"
  • com.cobber.fta.plugins.CountryEN 
    Modifier and Type Constant Field Value
    public static final String SEMANTIC_TYPE "COUNTRY.TEXT_EN"
  • com.cobber.fta.plugins.DayDigits 
    Modifier and Type Constant Field Value
    public static final String REGEXP "[1-9]|0[1-9]|[12][0-9]|3[01]"
  • com.cobber.fta.plugins.EmailLT 
    Modifier and Type Constant Field Value
    public static final String REGEXP "[a-zA-Z0-9_+&*-]+(?:\\.[a-zA-Z0-9_+&*-]+)*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,7}"
  • com.cobber.fta.plugins.Gender 
    Modifier and Type Constant Field Value
    public static final String SEMANTIC_TYPE "GENDER.TEXT_"
  • com.cobber.fta.plugins.IndustryEN 
    Modifier and Type Constant Field Value
    public static final String REGEXP ".+"
  • com.cobber.fta.plugins.InseeCodeFR 
    Modifier and Type Constant Field Value
    public static final String REGEXP_INSEE_CODE "\\d{5}"
  • com.cobber.fta.plugins.IPV4Address 
    Modifier and Type Constant Field Value
    public static final String REGEXP "(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)"
  • com.cobber.fta.plugins.JobTitleEN 
    Modifier and Type Constant Field Value
    public static final String REGEXP ".+"
  • com.cobber.fta.plugins.MonthDigits 
    Modifier and Type Constant Field Value
    public static final String REGEXP "[1-9]|0[1-9]|1[012]"
  • com.cobber.fta.plugins.MunicipalityCodeNL 
    Modifier and Type Constant Field Value
    public static final String REGEXP_DIGITS "\\d{2.4}"
    public static final String REGEXP_G "G\\d{4}"
    public static final String REGEXP_GM "GM\\d{4}"
  • com.cobber.fta.plugins.NAStateProvince 
    Modifier and Type Constant Field Value
    public static final String SEMANTIC_TYPE "STATE_PROVINCE.STATE_PROVINCE_NA"
  • com.cobber.fta.plugins.PeriodYearRange 
    Modifier and Type Constant Field Value
    public static final String REGEXP "\\d{4}-\\d{4}"
  • com.cobber.fta.plugins.PersonName 
    Modifier and Type Constant Field Value
    public static final String REGEXP "\\p{IsAlphabetic}[- \\p{IsAlphabetic}]*"
  • com.cobber.fta.plugins.PhoneNumberLT 
    Modifier and Type Constant Field Value
    public static final String REGEXP ".*"
  • com.cobber.fta.plugins.URLLT 
    Modifier and Type Constant Field Value
    public static final String REGEXP_PROTOCOL "(https?|ftp|file)"
    public static final String REGEXP_RESOURCE "[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
  • com.cobber.fta.plugins.VIN 
    Modifier and Type Constant Field Value
    public static final String REGEXP "[A-HJ-NPR-Z0-9]{17}"
  • com.cobber.fta.plugins.address.AddressCommon 
    Modifier and Type Constant Field Value
    public static final String POBOX "P.? ?O.?.?BOX.|POST OFFICE BOX"
  • com.cobber.fta.plugins.address.PostalCodeJA 
    Modifier and Type Constant Field Value
    public static final String REGEXP_POSTAL_CODE "\\d{3}-\\d{4}"
  • com.cobber.fta.plugins.address.PostalCodeMX 
    Modifier and Type Constant Field Value
    public static final String REGEXP_POSTAL_CODE_45 "\\d{4,5}"
    public static final String REGEXP_POSTAL_CODE_5 "\\d{5}"
  • com.cobber.fta.plugins.address.PostalCodeSE 
    Modifier and Type Constant Field Value
    public static final String REGEXP_POSTAL_CODE "\\d{3} \\d{2}"
  • com.cobber.fta.plugins.address.PostalCodeUK 
    Modifier and Type Constant Field Value
    public static final String REGEXP "([A-Za-z][A-Ha-hK-Yk-y]?[0-9][A-Za-z0-9]? ?[0-9][A-Za-z]{2}|[Gg][Ii][Rr] ?0[Aa]{2})"
  • com.cobber.fta.plugins.address.USZip5 
    Modifier and Type Constant Field Value
    public static final String REGEXP_VARIABLE "\\d{3,5}"
    public static final String REGEXP_ZIP5 "\\d{5}"
  • com.cobber.fta.plugins.address.USZipPlus4 
    Modifier and Type Constant Field Value
    public static final String REGEXP_VARIABLE "\\d{5}|\\d{9}"
    public static final String REGEXP_VARIABLE_HYPHEN "\\d{5}(-\\d{4})?"
    public static final String REGEXP_ZIP_PLUS4 "\\d{9}"
    public static final String REGEXP_ZIP_PLUS4_HYPHEN "\\d{5}-\\d{4}"
  • com.cobber.fta.plugins.person.RaceAbbr 
    Modifier and Type Constant Field Value
    public static final String REGEXP "[A-Z]"