Changeset 774

Show
Ignore:
Timestamp:
01/14/09 17:14:37 (4 years ago)
Author:
anthony
Message:

fix bug #259

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/mpdb-server/src/edu/rpi/metpetdb/server/bulk/upload/RegularExpressions.java

    r753 r774  
    1919        public static final String COLLECTOR = "(collector)|(collected by)"; 
    2020        public static final String METAMORPHIC_GRADES = "(grade)|(facies)"; 
    21         public static final String LATITUDE = "(latitude)|(lat\\s*)"; 
    22         public static final String LONGITUDE = "(longitude)|(^lon\\s*)"; 
     21        public static final String LATITUDE = "[(latitude)|(lat\\s*)]$"; 
     22        public static final String LONGITUDE = "[(longitude)|(lon\\s*)]$"; 
    2323 
    2424        /** Chemical Analysis */