find: arg1, 'arg2'
arg1
. String
arg2
. String
get: 'arg'
arg
. Stringsmart_date: 'arg'
arg
. Stringdate_add: amount, 'date_part'
amount
. Integer (positive to add, negative to subtract)date_part
. String - one of: year, month, day, hour, minute, second, millisecond (plurals supported)date_minus: amount, 'date_part'
amount
. Integer (positive to subtract, negative to add)date_part
. String - one of: year, month, day, hour, minute, second, millisecond (plurals supported)slice: '\*arg'
arg
. String
to_values: 'key'
key
is optionalto_json
to_iso8601
distance_of_time_in_words: 'arg', 'precise'
arg
. String (optional)
precise
. String (optional)
distance_of_time_in_words_to_now: 'precise'
precise
. String (optional) in_time_zone: 'time_zone'
time_zone
. Any timezone listed in Timezonesto_table: 'table_type', 'title', 'time_zone', 'format'
table_type
is either events or action_items
time_zone
. Any timezone listed in Timezones
format
can be ascii , markdown , html, atlassian_markdown
regex_replace: 'regex', 'replacement'
regexp
a ruby regular expression
replacement
a ruby regular expression
regex_replace_first: 'regex', 'replacement'
regexp
a ruby regular expression
replacement
a ruby regular expression
regex_remove: 'regex'
regexp
a ruby regular expressionregex_remove_first: 'regex'
regexp
a ruby regular expressiondasherize
parameterize
separator
(default to ’-‘)camelize
titleize
singularize
pluralize
humanize
shuffle
html_to_markdown
shortener