I try to create one regular expression allows find all System.out.println or print inside all my java classes.
I need to delete all outputs.
Thanks.
"System\\.out\\.println"
use this regex and replace all with empty string.