Utility
Format String
Format a string with placeholders for numerical (#) and characters (?).
API Endpoint (click to try):
Function name(s):
format_stringutil_random.ru_display_format
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.
API Endpoint (click to try):
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.
API Endpoint (click to try):
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.
API Endpoint (click to try):
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.
API Endpoint (click to try):
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.
API Endpoint (click to try):
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(?).
API Endpoint (click to try):
Function name(s):
numcharfyutil_random.ru_numcharfy
Parameters:
Name |
Type |
Bound Input |
Description |
ru_string |
Text |
|
The text to run numcharfy on |
Example output:
Example output not applicable.
Pickone
Pick a value from a comma separateed list of values.
API Endpoint (click to try):
Function name(s):
pickoneutil_random.ru_pickone
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
ru_elements |
Text |
|
The comma separated list of values. |
Example output:
Example output not applicable.
Replace Ranges
Replace char and number ranges with random values.
API Endpoint (click to try):
Function name(s):
replace_rangesutil_random.ru_replace_ranges
Locales supported:
Not a locale specific domain.
Parameters:
Name |
Type |
Bound Input |
Description |
ru_string |
Text |
|
The string containing the ranges to replace. |
Example output:
Example output not applicable.