Given R a regular language.
Is the following language also regular:
Comp(R) = { u | u is NOT a sub-word of a word in R }
It looks like there are no words in Comp(R) since there can not be any sub-word of word in R. 
But I might get it wrong. any suggestions?
 
     
     
    