From 472dd21a7bc60147afff7bf100bbb6c9f339d0fc Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sat, 23 Jan 2010 20:03:27 +0000 Subject: Added alpha, and sha1 string types to random_string() in the String Helper. --- user_guide/helpers/string_helper.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'user_guide/helpers') diff --git a/user_guide/helpers/string_helper.html b/user_guide/helpers/string_helper.html index 36fa40f98..b799390c3 100644 --- a/user_guide/helpers/string_helper.html +++ b/user_guide/helpers/string_helper.html @@ -74,13 +74,15 @@ String Helper

The first parameter specifies the type of string, the second parameter specifies the length. The following choices are available:

- + alpha, alunum, numeric, nozero, unique, md5, encrypt and sha1

Usage example:

-- cgit v1.2.3-24-g4f1b