Regex to match word(words) between n-th occurences of spaces
|
|
5
|
246
|
December 12, 2022
|
gsub and regex issue
|
|
4
|
311
|
October 11, 2022
|
Parsing parts of 10-K reports with rm_between regex
|
|
4
|
204
|
November 8, 2022
|
regex confusion with sub function
|
|
3
|
163
|
September 15, 2022
|
regex to automatically match to different column names
|
|
5
|
448
|
September 16, 2022
|
Separate csv with commas but not names with comma
|
|
9
|
869
|
September 7, 2022
|
Removing characters from a string that contains brackets
|
|
9
|
372
|
August 5, 2022
|
need to create regular expression for below pattern
|
|
6
|
230
|
August 3, 2022
|
Regex: Match specific string unless contained in a longer string
|
|
3
|
269
|
August 3, 2022
|
Regular expression to match any character being repeated more than 2 times, and any 2 characters being repeated more than 2 times
|
|
2
|
172
|
July 20, 2022
|
str_replace with capture groups
|
|
2
|
246
|
July 5, 2022
|
How to deal with misspellings when matching text strings between columns
|
|
3
|
263
|
June 17, 2022
|
Regex, str_extract()
|
|
3
|
278
|
April 27, 2022
|
xaringan flair character strings with underscores
|
|
6
|
516
|
May 13, 2022
|
Extract part of a file name using grep
|
|
4
|
1487
|
April 27, 2022
|
str_remove() regex pattern
|
|
3
|
515
|
April 5, 2022
|
How to do this replacement with regex? (problem with matching parentheses).
|
|
3
|
235
|
April 14, 2022
|
Incorrect regular expression
|
|
3
|
202
|
April 13, 2022
|
Using gsub to remove parts from string: it doesn't "stick"?
|
|
3
|
466
|
February 21, 2022
|
regex pattern in expr() ??
|
|
2
|
327
|
February 20, 2022
|
Regex Skip Pattern?
|
|
4
|
849
|
February 1, 2022
|
R CMD check regex note
|
|
5
|
440
|
December 12, 2021
|
How to extract specific parts of PDFs in R?
|
|
3
|
1062
|
December 12, 2021
|
Use stringr to split string by capital letter but not USA
|
|
3
|
1021
|
November 19, 2021
|
Escape special characters in a string
|
|
1
|
403
|
November 18, 2021
|
Check if a string is a date with a regex but the result is not the expected one
|
|
6
|
502
|
October 7, 2021
|
Enigmatic regex behaviour
|
|
3
|
372
|
October 6, 2021
|
regex capture groups for pivoting data with `names_pattern` in {tidyr}
|
|
3
|
2566
|
October 12, 2021
|
Regex - words starting with capital letter and end with capital letter
|
|
3
|
2518
|
August 15, 2021
|
Join 2 dataframes using fuzzy lookup (partial/pattern matching)
|
|
5
|
537
|
August 28, 2021
|