Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

replace all numbers in string php

$words = preg_replace('/[0-9]+/', '', $words);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #replace #numbers #string #php
ADD COMMENT
Topic
Name
1+9 =