Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regex to extract key-value pairs separated by space, with space in values

In my date time value I want to use regex to strip out the slash and colon from time and replace it with underscore

Check similarity between two string expressions in Swift

ios regex string swift text

Python: Extracting specific files with pattern from tar.gz without extracting the complete file

python regex tar

Regex for matching a string literal in Java?

java regex regex-greedy

Extract number after a certain word

regex r

Raku/Perl6: How to restrict match method to capture group?

regex raku

How to strip down comma-separated strings to unique substrings

r regex

What did I do wrong here? [Javascript Regex]

javascript regex

How to find two adjacent repeating digits and replace them with a single digit in Java?

java regex string

Regex to insert newlines into large block of text at specific locations

regex

What does re.compile(r'[[]]') match?

python regex

How do I handle every ASCII character (including regex special characters) in a Perl regex?

regex perl ascii split csv

Remove useless paragraph tags from string

php regex

How can I pull all Numbers (as int) out of a string? c#

c# regex string

How to split this string in c#?

c# regex split

django url regex

regex django django-urls

How can I count the amount of spaces at the start of a string in Perl?

regex perl

Repeating a regex pattern

regex sed

How can I check if a string EXACTLY matches a regex pattern?

php regex