Skip to Main Content

page_parts

Utility

Format String
Format a string with placeholders for numerical (#) and characters (?).
Function name(s):
format_stringutil_random.ru_display_format
Locales supported:
Parameters:
Name Type Bound Input Description
ru_string Text The text format
ru_format Text The format to follow.
ru_add_missing Text [Yes,No] Add if string is missing placeholders.
Example output:
Example output not applicable.
ID Number
Generate a unique and increasing number.
Function name(s):
id_numberutil_random.ru_number_increment
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
Example output:
{
    "ID Number": {
            "ru_number_increment": "27"
        }
}
Increasing Date
Generate an increasing date value.
Function name(s):
increasing_dateutil_random.ru_date_increment
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
Example output:
{
    "Increasing Date": {
            "ru_date_increment": "15-MAY-23"
        }
}
Increasing Epoch
Generate an increasing epoch value.
Function name(s):
increasing_epochutil_random.ru_epoch_date_increment
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
Example output:
{
    "Increasing Epoch": {
            "ru_epoch_date_increment": "1608456453928"
        }
}
Increasing Timestamp
Generate an increasing timestamp value.
Function name(s):
increasing_timestamputil_random.ru_timestamp_increment
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
Example output:
{
    "Increasing Timestamp": {
            "ru_timestamp_increment": "15-MAY-23 02.21.00.975057000 PM"
        }
}
Nearby location
Generate a lat/lon location nearby the previous point.
Function name(s):
nearby_locationutil_random.ru_geo_location_increment
Locales supported:
Not a locale specific domain.
Parameters:
Name Type Bound Input Description
Example output:
{
    "Nearby location": {
            "ru_geo_location_increment": "40.3782862522435, -93.0181747759398"
        }
}
Numcharfy
Translate a string with placeholders for numerical(#) and characters(?).
Function name(s):
numcharfyutil_random.ru_numcharfy
Locales supported:
Parameters:
Name Type Bound Input Description
ru_string Text The text to run numcharfy on
Example output:
Example output not applicable.

Anchor Points

On this page

  • Format String
  • ID Number
  • Increasing Date
  • Increasing Epoch
  • Increasing Timestamp
  • Nearby location
  • Numcharfy