What is a regular expression in PHP?

Answer:

echo or print < both of which write text:

<?php

echo "TEXT";

print "TEXT";

?>

First answer by Rasclerhys. Last edit by Rasclerhys. Contributor trust: 49 [recommend contributor recommended]. Question popularity: 1 [recommend question].