Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 591 Bytes

string_tail.markdown

File metadata and controls

25 lines (15 loc) · 591 Bytes
layout title published
default
string_tail
true

[%CFEngine_function_prototype(data, max)%]

Description: Returns the last max bytes of data.

If max is negative, then everything but the first max bytes is returned.

[%CFEngine_function_attributes(data, max)%]

Example:

[%CFEngine_include_snippet(string_tail.cf, #+begin_src cfengine3, .*end_src)%]

Output:

[%CFEngine_include_snippet(string_tail.cf, #+begin_src\s+example_output\s*, .*end_src)%]

History: Introduced in CFEngine 3.6

See also: string_head(), string_length(), string_reverse().