Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regex everything after, but not including

regex

Split string by white-space [duplicate]

php regex

How do I extract a number followed by a specific string in PostgreSQL?

Regex for finding elements without a certain attribute (e.g., "id")

regex eclipse xml-parsing

How to detect if a string contains hindi (devnagri) in it with character and word count

regex powershell unicode hindi

SQLite regex - not PCRE? What are the rules?

regex sqlite

Regex for integer or double values

c# regex

Regex Comma Separated Phone Number

javascript jquery regex

Vim regex with back-reference to look-behind fails if a char follows the back-reference

regex vim

How to extract questions from a word doc with Python using regex

SQL Regex to select string between second and third forward slash

How can I differentiate between arabic and urdu with regex?

javascript regex typescript

how to build back a splitted and updated string?

Has anyone used RE2 in a C# application? [closed]

c# regex dfa nfa

How to negate a regex for pandas replace

python regex pandas

Why does R `stringr::str_extract('word. 42', pattern = '\\d*')` not produce `"42"`?

r regex stringr

Match string and one or more numbers with grep

regex linux grep

Understanding \G and \K in regex

regex

Is there a way to match any decimal number with T-SQL 'LIKE' expression?

sql sql-server regex t-sql

How does Python's unittest library match patterns passed via the -p parameter?