Just typed it out of my brain..
Script Name: Between
Script Description Returns the value between two strings.
Author: SquiddyCompile Test: PassedCore Version: 2.6.5
Hosted by: Soldat Central - http://soldatcentral.com/Full Description:Function Between(Const Source, Delimiter1, Delimiter2: String):String;Returns the string value
between two delimiters.
For instance, doing
Between('Catch me if you can','Catch','can')"Catch me if you can" = Source;
"Catch" = Delimiter1;
"can" = Delimiter2.
Would return
me if you If you are going to use it, then credit it.