Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Your database may suport the use of Regular Expressions (regex) - see below for some tutorials in Java - here's the link to the MySQL documentation (as an example):<br> <br> <a href="http://dev.mysql.com/doc/refman/5.0/en/regexp.html#operator_regexp" rel="nofollow noreferrer">http://dev.mysql.com/doc/refman/5.0/en/regexp.html#operator_regexp</a></p> <p>You would probably want to store in the database a fairly complex regular express statement for each company that encompassed the variations in spelling that you might anticipate - or the sub-elements of the company name that you would like to weight as being significant.</p> <p>You can also use the regex library in Java</p> <p>JDK 1.4.2<br> <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html" rel="nofollow noreferrer">http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html</a></p> <p>JDK 1.5.0<br> <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Matcher.html" rel="nofollow noreferrer">http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Matcher.html</a></p> <p>Using Regular Expressions in Java<br> <a href="http://www.regular-expressions.info/java.html" rel="nofollow noreferrer">http://www.regular-expressions.info/java.html</a></p> <p>The Java Regex API Explained<br> <a href="http://www.sitepoint.com/article/java-regex-api-explained/" rel="nofollow noreferrer">http://www.sitepoint.com/article/java-regex-api-explained/</a></p> <p>You might also want to see if your database supports Soundex capabilities (for example, see the following link to MySQL)<br> <a href="http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_soundex" rel="nofollow noreferrer">http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_soundex</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload