Match Javadoc

This will match all javadocs in a string, as long as every doc line starts with spaces followed by *

(\/\*\*.*\n)( *\*.*\n)* *\*\/

Don't forget to put the delitmers (/) around it.