hello,
how can i convert the following php expression: preg_replace("/[^a-zA-Z ]/", "", $iVeldInhoud) to postgresql.
<?php
$iVeldInhoud = "Hallo hier hilve-rsum! Hoe gaat het ermee? Hoe is het nu? ewel zulle?";
$iVeldInhoud = preg_replace("/[^a-zA-Z ]/", "", $iVeldInhoud);
print $iVeldInhoud...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.