String get between
Returns the content between $start and $end
Author:
Jonas
License:
Public Domain
Language:
PHP
Created:
03/28/2006
Updated:
03/28/2006
Tags:
helpers, string functions
GetBetween('foo test bar', 'foo', 'bar'); // --> returns ' test ';
Feel free to leave a message:
Add a comment
thank u..