Sample code for 30+ languages & platforms
Lianja

StringBuilder GetBetween

Demonstrates the GetBetween method.

Chilkat Lianja Downloads

Lianja
loSb = createobject("CkStringBuilder")
loSb.Append("<company><name>Chilkat Software</name></company>")

// For example, to get the company name in the string above...
lcCompanyName = loSb.GetBetween("<name>","</name>")
? "Company Name = " + lcCompanyName


release loSb