Search:

Type: Posts; User: slick

Search: Search took 0.10 seconds.

  1. Re: longest match Substring between two Strings

    i also like the idea of the regrex... but as i was working over the few day... i did make some progress.
    this is my new program.. the entire class.



    public class longestString {

    ...
  2. Re: longest match Substring between two Strings

    my fellow programmers,

    thanks in advance for the wonder idea relpies.
    i did try this method below



    public int longestSubstr(String str_, String toCompare_)
    {
    if (str_.isEmpty() ||...
  3. Java program problem in identifying longest match sub string between two string

    my fellow programmer,
    i getting some problems with identifying the longest match substring between two string.
    so far i have this code.



    String FinalResult;

    public String match(String...
Results 1 to 3 of 3