Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Capture number which twice occurrence in strings

regex perl

How to extract the hostname from a URI that includes a username and password in Perl?

regex perl ssrf

How does PCRE \p{N} define a "numeric character"

regex unicode pcre pcre2

Perl: suppress output of backtick when file not found

bash substring regex matching wildcard

regex bash

Extracting a list of substrings from MongoDB using a Regular Expression

Parallel regex matching with NFA vs DFA? Which one is faster?

How to avoid mixed letter-number when extracting chunks of numbers from string

php regex

What's the difference between the g and m modifiers in Javascript regexes?

javascript regex

RegEx: Uk Landlines, Mobile phone numbers

regex phone-number

Extracting all Latex commands from a Latex code File

python regex latex

Can i match the character directly below another character in a string of arbitrary length?

regex

Is there a function in google sheets that will return only the unique characters in a string?

Find and replace all instances of a pattern in a string using Regular Expressions

regex vba excel excel-2013

Using Regex within Nginx sub_filter

regex nginx

replace a part of string in re.findall() result

regex python-2.7

Empty space character after re.split

python regex split expression

I want to count every occurrence of a value/character in each row of a dataframe in R, INCLUDING when it is surrounded by other values/characters

r regex count countif

Find next word after the matching keyword in a list of strings using regex in python

python regex lambda

Java replaceAll() method to escape special characters

java regex replaceall