Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regex to capture trailing asterisks but not wrapping asterisks

regex

find pattern and characters up to space, and move captured pattern to end of line sed

regex sed

How do I get a &-conjoined regular expression to be considered as long a match as its constituents?

regex raku

vim search and replace a variable string

regex vim replace

Python re.findall() returning empty list

python regex findall

Split string on capital letters, but not if preceded by whitespace

ruby regex string

Removing specific character from anywhere between two specific strings?

regex parsing sed

A regex to split a file path

regex

Add span for each letter, but avoid html tags using javascript

javascript html regex string

Extract JSON value in Bash [duplicate]

regex bash macos

Regular expression pattern to match string without any 2 consecutive repeated characters

Regex to remove parentheses around characters separated by white space

regex perl

JAVA split with regex doesn't work

java regex string split

Regex: Remove empty-element tags for xml

xml regex

Perl one-liner: Strip path from array to get only last name in path like basename

regex perl

grep from a substring to find the match string

regex perl grep

Javascript - Scans Text Corresponding to a Certain Label

javascript regex

regex to extract partial string matching certain words in R

regex string r substring

How to find pattern next to a given string using regex in R

regex r

how to increment a whole word match in python using a variable in the regex