Exercise
- Please guess what the following will produce before running the code
sub("[a-z ]+", "", "Halloween is the worst!")sub("[0123]+", "", "11252")sub("[A-Z]+", "", "Python and R are both very useful")
sub("[a-z ]+", "", "Halloween is the worst!")sub("[0123]+", "", "11252")sub("[A-Z]+", "", "Python and R are both very useful")