Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Selectively removing trailing string

r regex gsub

Port awk one-liner to perl using regexes (Summing groups of data)

regex perl awk

Validate Numericality Conditions on English & Arabic Numbers

How to set maxlength in regex?

javascript regex

Changing directory to a folder matching a regex in powershell

JavaScript regex to match the very precise number of the same characters

javascript regex

Split every occurrence of Key=Value pairs in a string where the value include one or more spaces

python regex

Regex - find all links in a tweet

ruby-on-rails regex

Ignoring an optional suffix with a greedy regex

.net regex greedy regex-greedy

Why does a javascript RegExp created by /.../ work but the same created via "new RegExp" does not?

javascript regex

Check for a specific suffix by RegEx and select entire match including suffix

javascript regex

REGEX: Select all text between last underscore and dot

regex string notepad++

How to grep an exact string with slash in it?

regex macos command-line grep

Capturing posessives and prefixes with Python regex

python regex

Regular Expressions re.findall()

python regex

Regular expression to allow either number or special characters

javascript regex

Removing part of the file names

How to remove sequence of characters from NSString

ios regex

can re-seq be made to behave like .split?

regex clojure

How do you write a regular expression with optional character * at the end of a TIN?

c# regex