如何检查特定的string
starts with
你好还是ends with
你好或contains
你好apache free marker
。是否有可用的预定义function
HelloIamShruti IamShrutiHello ShrutiHelloSharma
如果我要检查
starts with "Hello" first string should be returned
如果我要检查ends with "Hello" second string should be returned
如果我要检查contains "Hello" last string should be returned
如何检查特定的字符串是否以hello开头或以Hello结束或在Apache Free Marker中是否包含hello。是否有任何可用的预定义功能HelloIamShruti IamShrutiHello ...
可用于您的请求的Freemarker方法是: