- All Implemented Interfaces:
- Function
public class StartsWith
extends java.lang.Object
implements Function
Function: boolean starts-with(string, string)
The starts-with function returns true if the first argument string starts with the second argument string, and otherwise returns false.
- Since:
- 2018/3/26.
- Author:
- github.com/zhegexiaohuozi seimimaster@gmail.com