Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Perl regex replace numbers with themselves, just one higher

regex perl numbers

unix: how to tell if a string matches a regex

Replace one occurrence with regexp

regex go

java - after splitting a string, what is the first element in the array?

java regex arrays string

Scala pattern matching Java enum value

How to match all alphanumeric except underscore on Python

python regex

Regular expression to get URL in string swift with Capitalized symbols

ios regex swift

Java multiple replace on a single pass

java regex

ruby gsub new line characters

ruby regex newline gsub

Why is a compiled python regex slower?

python regex python-3.x

Why do unicode quotes appear around a regex capture in perl6?

regex raku

What is the meaning of (/^\s+|\s+$/gm) in JavaScript?

javascript regex

Spacy custom tokenizer to include only hyphen words as tokens using Infix regex

Match all URLs in string and return in array in JavaScript

javascript jquery regex

C# foreach loop with key value

c# regex loops

Mercurial gives "invalid pattern" error for simple GLOB syntax

Replace HTML entities with regular expression [closed]

php regex preg-replace

Replace string inside tags?

java regex

merge two regular expressions

java regex

Is it bad idea using regex to tokenize string for lexer?

regex tokenize lexer