Ever needed a text excerpt which would must not be longer then 200chars, but must end with a whole world? You have two options:
1. program the function by yourself
or
2. use the wonderful AS3 String Utils class by gskinner, namely the block function.
The package comes with many other useful functions:
afterFirst()
Returns everything after the first occurrence of the provided character in the string.
afterLast()
Returns everything after the last occurence of the provided character in p_string.
beginsWith()



