Regular expression pattern matching function for the PHP programming language
Function eregi() is deprecated. How can i replace eregi(). I try with preg_match but then stop working. i us …
php regex preg-match eregiI have some strings which can be in the following format sometext moretext 01 text text sometext moretext 002 text text 1 (somemoretext) …
php regex preg-match preg-splitI'm working on string and I wonder which way is best to check if string contains only specified character set: @ ∆ …
php string preg-match eregI try use string as a regular expression pattern but I've following errors PHP Warning: preg_match(): Unknown modifier '&…
php regex preg-matchI try to get phone numbers from string in german format. But I don't get it to full run. The …
java php regex preg-match preg-match-allI'm trying to find a regex that matches if a Tweet it's a true mention. To be a mention, the …
regex twitter pattern-matching preg-matchI need to process links within an html string in several different ways. $str = 'My long <a href="http://…
php regex preg-replace preg-match domdocumentI want to write a regex in php to match only any english characters, spaces, numbers and all special chars. …
php regex preg-matchMy string is $text1 = 'A373R12345' I want to find last none digital number occurrence of this string. So …
php regex preg-match preg-splitI'm trying to create a function that translates every occurrence of a plain text email address in a given string …
php regex email preg-replace preg-match