Introduce a utility component to check if a string contains Velocity code. The intended usage is to skip Velocity execution including the context setup if a string doesn't contain any Velocity code, anyways. Further, this can be used to check if a string contains potentially dangerous Velocity code to warn users before executing it. |