This page explains how to use the isimei function in APL.
isimei
function to check whether a given string is a valid International Mobile Equipment Identity (IMEI) number. IMEIs are unique identifiers assigned to mobile devices, often used in mobile network logs, telecom datasets, and security investigations to distinguish devices.
You can use this function to:
isimei
is especially useful when dealing with telemetry or audit data where IMEI values are passed through APIs, headers, or form fields, and you want to ensure they conform to a valid format.
Splunk SPL users
eval
or where
clauses.In APL, you can use isimei
directly to check if a string is a valid IMEI number, simplifying your query.ANSI SQL users
LIKE
or regular expressions, if supported.APL provides a dedicated isimei
function to simplify this task.Name | Type | Description |
---|---|---|
value | string | The value to test for valid IMEI formatting. |
bool
value:
true
if the input string is a valid IMEI number.false
otherwise._time | has_imei |
---|---|
2025-07-10T08:21:00Z | true |