LoslegenKostenlos loslegen

Exploring regular expression functions.

You have a vector of ten facts about your boss saved as a vector called text. In order to create a new ice-breaker for your team at work, you need to remove the name of your boss, John, from each fact that you have written down. This can easily be done using regular expressions (as well as other search/replace functions). Use regular expressions to correctly replace "John" from the facts you have written about him.

Diese Übung ist Teil des Kurses

Introduction to Natural Language Processing in R

Kurs anzeigen

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

# Print off the text for every time you used your boss's name, John
___(___, x = text, value = ___)
Code bearbeiten und ausführen