Heisenberg submitted a new resource:
You must be registered for see links
- Adds the between modifier to the templateengineLicense Agreement
You must be registered for see links
Supported Versions
Adds the between modifier to the templateengine
Template modifier plugin which returns the substring between two strings or positions.
Usage:
{"This is my price: I'm for free!!"|between:"price: ":"!!"} ==> Result: I'm for free
{"This is my price: I'm for free!!"|between:17:30} ==> Result: I'm for free
Count the characters like this:
T h i s
i s
m y
p r i c e
0 1 2 3 4...
You must be registered for see links
