summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorAndrew Parker <andy@puppetlabs.com>2013-12-18 10:49:39 -0800
committerAndrew Parker <andy@puppetlabs.com>2013-12-18 10:49:39 -0800
commit1cf4b04b3392aa5bf5d9ca9a4f3eec3e194f3d08 (patch)
treef0dd96ce45e5dac8bf397e4e737886e540ee9ed6 /README.markdown
parent7dc0fb68e283945f35164a9aeb9f4fb4cfd48050 (diff)
parent1077881873024a5d2f53d3b4c4159ee49ae38c7a (diff)
Merge pull request #211 from jhoblitt/function_is_bool
(#23381) add is_bool() function
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 8cb8fea..f8ff99c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -489,6 +489,12 @@ Returns true if the variable passed to this function is an array.
- *Type*: rvalue
+is_bool
+--------
+Returns true if the variable passed to this function is a boolean.
+
+- *Type*: rvalue
+
is_domain_name
--------------
Returns true if the string passed to this function is a syntactically correct domain name.