testing2/docdiff.scala
changeset 283 ef5f62bf5987
parent 211 092e0879a5ae
child 320 cdfb2ce30a3d
equal deleted inserted replaced
282:ec9773fe1dc0 283:ef5f62bf5987
     1 // Part 1 about Code Similarity
     1 // Preliminary Part about Code Similarity
     2 //==============================
     2 //========================================
     3 
     3 
     4 
     4 
     5 //object CW7a { // for purposes of generating a jar
     5 object CW7a { // for purposes of generating a jar
     6 
     6 
     7 //(1) Complete the clean function below. It should find
     7 //(1) Complete the clean function below. It should find
     8 //    all words in a string using the regular expression
     8 //    all words in a string using the regular expression
     9 //    \w+  and the library function 
     9 //    \w+  and the library function 
    10 //
    10 //
   112 // should be looked at by staff.
   112 // should be looked at by staff.
   113 
   113 
   114 */
   114 */
   115 
   115 
   116 
   116 
   117 //}
   117 }