CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
grepl
09-15
Mobile
Getting to grips with regular expressions in grep
09-10
other
selecting columns based on exact string
09-10
other
Find a specific string with grepl across all columns in R dplyr
09-09
Software design
How do I merge two tables based on a partially matched column?
09-05
Software engineering
How to fuzzy match two character vectors in r
08-11
Net
Pattern match by pattern and position in r
08-11
Net
Extract and create columns from character strings separated by "_" in R
08-10
Blockchain
Remove rows containing specific strings
08-03
Blockchain
Separate cell values with numerical ranges of the form "ab/cd - wx/yz" into separate rows
08-02
Blockchain
R - Regular Expression - Match the following pattern: WhitespaceHyphenWhitespaceSingledigit
07-31
Software engineering
extract keywords using grepl
07-28
Back-end
Regular Expression: Extract number out of long string and place in a new column in R?
07-24
Back-end
Using grepl in a string replace function in R Programming
07-24
Back-end
grepl filter in R program
07-24
Back-end
Filter First,Middle and Last string word like using grepl function
07-16
OS
How to merge based on a subset of string in a column?
07-15
Net
Creation of a new logical column inside a for loop if named as the value in the column in R
07-08
Blockchain
Deleting files based on the contents of the file in R
06-29
Software design
Spelling correction using a reference in one data frame to fix text in another (r)
06-23
front end
Create a column based on elements on different columns that start with the same word
05-26
Blockchain
Extracting rows and columns of a matrix if row names and column names have a partial match
05-22
OS
R - fast way to find all vector elements that contain all search terms
05-16
Back-end
Rename strings systematically in R
05-06
Blockchain
Create presence/absence variables from character string for long data
04-27
OS
DBeaver - Match substring in DBeaver SQL Editor using Regular Expression. How to do it?
04-19
other
Search for matches to argument pattern within every item of a character vector and a window function
04-14
OS
How do I create new column data based on regex match in R
04-09
OS
grepl excluding a set of words before pattern
04-06
Software engineering
match rownames and colnames of correlation matrix
04-05
Blockchain
check if a string contains same character in R
03-10
Blockchain
How to use stringr or grepl to Make new character variable?
03-08
Back-end
regex a before b with and without whitespaces
02-16
Blockchain
Filter column using grepl to keep particular string match
02-13
Software design
How to use grepl function to subset rows based on multiple conditions across columns in R
02-11
Back-end
How to use grepl on only part of a string
12-25
Enterprise
checking whether a word from a vector appears in the same row in different columns of a data frame
12-17
database
R - If column contains a string from vector, append flag into another column
12-13
Software design
searching for texting and storing results in new columns within the dataframe
12-10
Software design
using grepl * to return up NA values in R dplyr
11-26
OS
Is the operator OR sensitive to the position of the argument that follows it
56
1
2
Next
Last
Links:
CodePudding