Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

check if string contains only whitespace php

ctype_space("  ") //returns true

ctype_space("   a   ") //returns false
 
PREVIOUS NEXT
Tagged: #check #string #whitespace #php
ADD COMMENT
Topic
Name
2+3 =