Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

find substring regx php

if (preg_match("/web/i", "PHP is the web scripting language of choice.")) {
    echo "A match was found.";
} else {
    echo "A match was not found.";
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #find #substring #regx #php
ADD COMMENT
Topic
Name
3+3 =