Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php if string contains

if (str_contains('How are you', 'are')) { 
    echo 'true';
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #string
ADD COMMENT
Topic
Name
1+8 =