Hi everybody,
I need help to automate the extraction of some values from a series of strings.
the string has this pattern:
Message from authorname » Thu 6 May 2010, 21:21
I would like to create a table where for each column there is the authornames and the dates respectively. I am not interested in extracting the day of the week and the time.
suggestions? thanks in advance
not performance, more, its a language I don't enjoy reading or reasoning about.
Stringr might be regexing under the hood, but when I'm splitting on explicit strings I find it more readible for myself to understand the mechanics of what im doing. Im sure if I studied and practiced regex more, then I might feel that regex is more legible etc, but I dont have motivation at the moment to dedicate any time to regex, complex string parsing doesn't come up much in my work.