CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
stringr
09-14
Software design
How to extract multiple sentences from a text containing a keyword using REGEX and Stringr in R?
09-13
other
problem with web scrapping from wikipedia
09-11
Blockchain
how to extract the 2nd number in a string
09-11
Back-end
How to extract specific characters in characters with repeating anchor points in R using str_extract
09-11
Back-end
replace range by mean in a string
09-10
database
set repeat times in Look-Behind pattern in r using str_extract
09-08
Blockchain
Extract number immediately after substring, ignoring spaces and non-alphanumeric
09-08
front end
Extract specific values of string and make new column in R
09-06
Back-end
How to get the number between two characters in R
09-05
Software engineering
How to fuzzy match two character vectors in r
09-01
other
How to delete repeating characters with stringr
09-01
Mobile
How to extract text between two separators in R?
08-31
Software engineering
Str_extract_all where replacement is keeping value between two character strings
08-31
Software engineering
How to effectively do find and replace in R
08-27
Net
Removing a prefix from a subset of column names using the str_remove function
08-26
database
Match string between two colons in multiline string
08-24
Blockchain
Regular expression with any combinations of upper and lower character in R
08-24
OS
Regex to extract pattern from string until a symbol occurs, or the string ends
08-22
Enterprise
How can I filter a vector based on regex list in R?
08-21
Mobile
How to get str_sub to accept output from str_locate_all when there are multiple replacements in a st
08-20
Enterprise
Is there a way to remove all periods from a string unless it is a dot in a number in R?
08-19
Mobile
Separate column by string patterns
08-19
database
Subset strings of the folder name in a vector
08-17
Software engineering
Extract words from observations in one column to new columns in R
08-15
other
How can I wrap AND truncate axis labels via ggplot?
08-13
database
How to check if any string in a vector is present in a data frame column containing multiple potenti
08-11
Net
Pattern match by pattern and position in r
08-11
Net
How to remove all occurrences of a word pattern but excluding a particular pattern using str_remove
08-09
database
Issue with piping stringr str_detect into str_extract - extract is only pulling text from 1st row: a
08-06
database
How to use stringr to only keep a column with matching text
08-05
Back-end
Splitting strings into multiple columns using str_split
08-05
Net
Split data.table a row based on a string pattern
08-05
Net
Extracting part of names in a vector list
08-05
Net
str_detect: how to test for hundreds of substrings?
08-04
database
Why is my use of stringr stripping out too many characters?
08-03
Blockchain
R: Make a new column filled from value in a row
08-02
Net
Remove strings of different parts of levels in multiple columns
08-01
Back-end
Filter rows that are matched on multiple conditions
07-28
Back-end
Regular Expression: Extract number out of long string and place in a new column in R?
07-26
Software engineering
how to remove ONLY a specific group of characters from both names and values of dataframe in R
235
1
2
3
4
5
6
Next
Last
Links:
CodePudding