Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Using Regular Expressions to split a string in Java

java regex

Can regex do basic arithmetic?

regex math pcre

Is there a way to replace only one captured group in java matcher regex?

java regex

Can I search a slice of a string in Python but keep the index relative to the original string?

Postgres invalid regular expression: invalid character range

regex postgresql

Cloudformation AllowedPattern match dots and hyphens

Regex match till end of text

regex

Java Regex: Split based on non-word characters except for apostrophe

java regex

Regular expression matching all but a string

python regex

Regex not working to get string between 2 strings. Python 27 [duplicate]

python regex

Oracle regex match whitespace

regex oracle whitespace

Do Perl 6 POSIX character classes respect the LOCALE?

regex posix locale raku

Split string by all spaces except those in parentheses

javascript arrays regex string

Excluding regex matches that are preceded by a certain character

c# .net regex vb.net

How can I match a Markdown code block with RegEx?

regex markdown

Add character into middle of String

java regex

How to split up a string using 2 split parameters?

Using regex in filter in Julia

regex lambda filter match julia

Get a selection of digits only if preceded by a minimum of x digits

python regex

Allow Only Numbers and a Dot in the following Format with Regex javascript/jquery

javascript jquery html regex