String Functions

substr(string, start, length)

Returns a substring from string of length from the starting position start.

String Function support in Cider

Currently, Cider do not distinguish empty string and null string.

Like function

  1. Acceptable wildcards: %, _, []
  2. Unacceptable wildcards: *, [^], [!]
  3. Escape clause is not supported yet.