Filter¶ [Source] A filter that takes only the piped input value, with no extra arguments. Template syntax: {{ value | myfilter }} interface val Filter Public Functions¶ apply¶ [Source] fun box apply( input: String val) : String val Parameters¶ input: String val Returns¶ String val