Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

How to match everything up to double newline "\n\n" using regex in Python?

python regex

Most efficient way of checking if a string matches a pattern in python?

python regex pandas string

Regex for MasterCard

c# .net regex credit-card

PHP regular expression start and end with given strings

php regex

python re.search not working on multiline string

python regex multiline

Python pattern matching with language-specific characters

python regex

Separting alphanumeric string using tidyr separate wider regex

r regex string dataframe tidyr

Regex with negative lookahead does not work on substring

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