Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regex or Wildcard in Kotlin's when statement?

regex wildcard kotlin

Use Python regex to parse string of floats output by Java Arrays.deepToString

java python arrays regex string

How in notepad++ find/replace text between slashes?

regex notepad++

R's equivalent of Python's re.findall

python r regex

Is that a feature or a bug of clang c++11 std::regex_match?

c++ regex c++11 clang++

Looping through RegEx matches and replace the current match

java regex

Regex Game - Replace each word except specific ones by a variable number of characters

regex

How to replace the first occurence in Swift?

regex swift

Word boundary with words starting or ending with special characters gives unexpected results

python regex

Is this perl6 grammar broken, or is in exposing a bug?

regex parsing raku

Create React App cannot find tests

Filter by Regex in JQ

json regex bash command-line jq

Regex to match digits and at most one space between them

python regex

Validate UUID Restful service

How to make subrule/regex case-insensitive when used in match?

Split & extract part of string (between a "." and digit) in R

r regex stringr

How to find a last occurrence of set of characters in string using regex in java?

java regex regex-greedy

python3: extract IP address from compiled pattern

python regex python-3.x

How do I detect groups of common strings in filenames

php regex

In Vim, how do I match on "=" but not on "=="?

regex vim