chiprivers Posted April 9, 2007 Share Posted April 9, 2007 Is there a function that will return the part of a string the occurs between two specified bits of string? ie: $string = "abcdefghijklmnopqrstuvwxyz"; $new = function("abcde","rstuv",$string); $new now equals = "fghijklmnopq"; Link to comment https://forums.phpfreaks.com/topic/46332-is-there-a-function-that-does-this/ Share on other sites More sharing options...
kenrbnsn Posted April 9, 2007 Share Posted April 9, 2007 No, but I created one to answer almost the identical question in this post. Ken Link to comment https://forums.phpfreaks.com/topic/46332-is-there-a-function-that-does-this/#findComment-225417 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.