[ create a new paste ] login | about

Link: http://codepad.org/yUpyn8KU    [ raw code | output | fork ]

PHP, pasted on May 2:
1
2
3
4
5
6
7
8
9
<?php

$search='magic to feel in ses she';

$search=trim(preg_replace('@ [a-z]{1,2}s? @',' ',' '.$search.' '));

echo $search;

?>


Output:
1
magic feel ses she


Create a new paste based on this one


Comments: