Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Cannot get `Regex::replace()` to replace a numbered capture group

regex rust

Extract substring from variable in Ansible

regex ansible

Regex to match positive or negative number or empty string, but not '-' alone

javascript regex numbers

`re.sub()` in pandas

python regex pandas

Webpack: How to find all files inside certain folder name

regex webpack

Print how many substitutions took place in a Perl s///g?

regex perl

Issue with find and replace apostrophe( ' ) in a Word Docx using OpenXML and Regex

c# regex replace openxml

How can I pass a callback to re.sub, but still inserting match captures?

python regex

How to bold specific text in a string in a React.js app

reactjs regex

raku: Longest match not doing longest match but quits after first match

regex match raku

Chronic ripgrep / vim Plugin Error on Load: "-complete Used Without -nargs"?

regex vim vim-plugin ripgrep

Pre-built regular expression patterns or Regex Libraries? [closed]

regex

Is there a python module for regex matching in zip files

PHP preg_replace non-greedy trouble

php regex regex-greedy

Replacing based on position in string

php regex

question about javascript string's replace method

Regex in Visual Studio: How to comment out all lines that contain "xyz"?

regex visual-studio-2008

Mercurial/.hgignore - How do I ignore everything but the contents of a folder?

How to substitute into a regular expression group in Python

python regex

How do I prevent exclamations via a regex

java regex