Example: check prefix or suffix 123456<?php$a = "st_ai";if (substr($a, 0, 3) == "st_") { echo "good";}; ?>