CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
phpregex
02-05
database
Using date() inside preg_replace causes dates to be replace with 1970
02-03
Blockchain
Match multiple same occurence after one specific character chain REGEX
02-03
Blockchain
Why are backslashes matched by character classes not containing them in Regular Expressions?
02-02
database
Struggle to match multiple same occurence after one specific character chain REGEX
01-29
Software engineering
PHP: any shortcut for str_starts_with and str_ends_with with haystack and needle also interverted?
01-22
Software engineering
PHP regex match Latin words may contains symbols, digits and spaces
01-22
Software engineering
PHP regex match SKU (several patterns) in string
01-21
OS
Extracting data using hash sign in preg_match_all() pattern does not work
01-20
Software design
Looking for assistance trying to understand a strange scenario where `preg_replace` won't work
01-15
Software engineering
pass preg replace variable to function
01-15
Software engineering
Why is non-greedy match consuming entire pattern even when followed by another non-greedy match
01-13
front end
How to implement a regex that detects javascript comments into php
01-11
Back-end
PHP: Regex matching and replacing multiple instances of multiple matches being duplicated
01-11
Back-end
Regex to get string between single or double quotes even if it's empty
01-10
Mobile
How to remove all links from a string that does not have an absolute link?
01-03
Blockchain
PHP Regular Expression to grab values enclosed in double quotes
12-21
Software design
How to get the ages that are greater than 50 in php
12-19
Software engineering
How to convert a capturing group to a non-capturing group in this regex?
12-13
OS
remove x 0 in a string using php
12-10
Net
PHP Regular Expression to remove empty tags
12-08
Blockchain
trying to split a comma separated string ignoring quotes and brackets
11-26
Net
preg_replace_callback to run EXCEPT when inside first argument of .replace()
11-25
database
PHP - Remove all characters from string except listed characters and line returns
11-20
other
Detect a sentence with specific word between sentences in regex
11-18
Software engineering
regex to delete all dots in a line starting with specific word
11-17
Software engineering
regular expression search in php
11-10
OS
PHP Regex - Exclude 3 conditions and return the rest
11-04
Net
Regex To Capture Alpha-Numeric and Ignore Patterns (like Interpolation) and Symbols
11-04
Net
Regular expression to match and remove unclosed parenthesis
10-13
front end
Replace markdown to HTML tags in PHP
10-08
Software engineering
regex repetitive pattern with monetary amount
10-05
Software design
How to format numbers using Regular Expression in PHP
10-04
Back-end
How can I also echo the next line with regex?
10-04
OS
Extract multiple Strings between two String in PHP
09-27
Blockchain
Regex to replace forward slash if it isn't within an anchor/link tag
09-23
Software engineering
Regex for Email ([A-Za-z]{2,4})$/
09-17
Net
Regex: match all parts with pattern up to the next occurrence
Links:
CodePudding