Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

How to exclude occurrences after a positive lookbehind?

Regex help in JavaScript to validate and extract last number

javascript jquery regex

Regex capitalise first letter of words more than 3 chars, and after hyphens and apostrophes

How to split a string with a space and leave anything inside a quotation alone?

java regex string

Perl, dynamically generated regexp string with backslashed metacharacters strange behaviour

regex perl

how i can comment (#) 6 lines before and after the matched pattern in sed

regex perl vim sed

Need a regular expression to match a substring n times [closed]

javascript regex

Avoiding version numbers from elpa in my init.el file

regex emacs elpa

How to programmatically remove anchors from a regular expression in Ruby?

ruby regex

Regex: How to match pattern only once?

regex sed

How to create a function to get 7 words after and before, match of an specific string?

Phone Number Validation Should Fail For All Same Number

java regex

Splitting paragraph into sentences

javascript python regex

Regex to match on a word but only if it isn't preceded or followed by another specific word

How can I write Python Regex that will take 4 numbers followed by Phonetic Alphabet values? Example: 1 2 3 4 Alpha Bravo -> 1234AB

Get shortest match using regex

regex

MongoDB: Ist there a possiblity to match a field containing a regular expression against a string in a $match stage in an aggregation pipeline?

regex mongodb

Split string based on regex pattern

python regex split