Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Python - regex - special characters and ñ

python regex unicode

Java Regex to mask alphanumeric string and show last 4 digits

java regex string masking

pypeg2 - can this expression be parsed using peg grammar?

python regex parsing grammar peg

Webpack loader test for files without certain part of filename

javascript regex webpack

Python - Converting a string with escape characters to json

python json regex string

Regex to add missing selectors to invalid CSS

php css regex pcre

how to use path-to-regexp to match all paths that's not starting with /api/?

Regex in php - letters and numbers with limited length

php regex preg-match

How can I interpolate a variable into a Perl 6 regex?

regex rules raku

Regex to replace all instances of \r not followed by \n with \r\n

c# regex string replace

regular expressions f#

How to use alternation with lookbehind

r regex

How do I print an expanded regex in unexpanded form?

regex perl

Capturing what's inside a nested structure in a regex or grammar token

regex grammar raku

Match words that consist of specific characters, excluding between special brackets

javascript regex string match

Is it possible to have a capture within an interpolated regex?

Regex to replace Boolean with bool

regex perl

Useful regular expression tutorial [closed]

regex grep

Coding a Gmail style "hide quoted text" for web based mailing list archive

regex email parsing

Applying a regular expression to a Java I/O Stream [closed]