testing2/docdiff.scala
changeset 283 3102d61edf45
parent 211 1859d978b18e
child 320 90aed247c8cf
equal deleted inserted replaced
282:2d290b79fc73 283:3102d61edf45
     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 }