Oihana PHP Arango

StringFunction uses FunctionCallTrait

AQL offers functions for string processing.

Tags
see
https://docs.arangodb.com/stable/aql/functions/string

Table of Contents

Constants

CHAR_LENGTH  : string = 'CHAR_LENGTH'
CONCAT  : string = 'CONCAT'
CONCAT_SEPARATOR  : string = 'CONCAT_SEPARATOR'
CONTAINS  : string = 'CONTAINS'
COUNT  : string = 'COUNT'
CRC32  : string = 'CRC32'
ENCODE_URI_COMPONENT  : string = 'ENCODE_URI_COMPONENT'
FIND_FIRST  : string = 'FIND_FIRST'
FIND_LAST  : string = 'FIND_LAST'
FNV64  : string = 'FNV64'
IPV4_FROM_NUMBER  : string = 'IPV4_FROM_NUMBER'
IPV4_TO_NUMBER  : string = 'IPV4_FROM_NUMBER'
IS_IPV4  : string = 'IPV4_FROM_NUMBER'
JSON_PARSE  : string = 'JSON_PARSE'
JSON_STRINGIFY  : string = 'JSON_STRINGIFY'
LEFT  : string = 'LEFT'
LENGTH  : string = 'LENGTH'
LEVENSHTEIN_DISTANCE  : string = 'LEVENSHTEIN_DISTANCE'
LIKE  : string = 'LIKE'
LOWER  : string = 'LOWER'
LTRIM  : string = 'LTRIM'
MD5  : string = 'MD5'
NGRAM_POSITIONAL_SIMILARITY  : string = 'NGRAM_POSITIONAL_SIMILARITY'
NGRAM_SIMILARITY  : string = 'NGRAM_SIMILARITY'
RANDOM_TOKEN  : string = 'RANDOM_TOKEN'
REGEX_MATCHES  : string = 'REGEX_MATCHES'
REGEX_REPLACE  : string = 'REGEX_REPLACE'
REGEX_SPLIT  : string = 'REGEX_SPLIT'
REGEX_TEST  : string = 'REGEX_TEST'
REPEAT  : string = 'REPEAT'
REVERSE  : string = 'REVERSE'
RIGHT  : string = 'RIGHT'
RTRIM  : string = 'RTRIM'
SHA1  : string = 'SHA1'
SHA256  : string = 'SHA256'
SHA512  : string = 'SHA512'
SOUNDEX  : string = 'SOUNDEX'
SPLIT  : string = 'SPLIT'
STARTS_WITH  : string = 'STARTS_WITH'
SUBSTITUTE  : string = 'SUBSTITUTE'
SUBSTRING  : string = 'SUBSTRING'
SUBSTRING_BYTES  : string = 'SUBSTRING_BYTES'
TO_BASE64  : string = 'TO_BASE64'
TO_CHAR  : string = 'TO_CHAR'
TO_HEX  : string = 'TO_HEX'
TOKENS  : string = 'TOKENS'
TRIM  : string = 'TRIM'
UPPER  : string = 'UPPER'
UUID  : string = 'UUID'

Constants

CONCAT_SEPARATOR

public string CONCAT_SEPARATOR = 'CONCAT_SEPARATOR'

ENCODE_URI_COMPONENT

public string ENCODE_URI_COMPONENT = 'ENCODE_URI_COMPONENT'

IPV4_FROM_NUMBER

public string IPV4_FROM_NUMBER = 'IPV4_FROM_NUMBER'

IPV4_TO_NUMBER

public string IPV4_TO_NUMBER = 'IPV4_FROM_NUMBER'

LEVENSHTEIN_DISTANCE

public string LEVENSHTEIN_DISTANCE = 'LEVENSHTEIN_DISTANCE'

NGRAM_POSITIONAL_SIMILARITY

public string NGRAM_POSITIONAL_SIMILARITY = 'NGRAM_POSITIONAL_SIMILARITY'

NGRAM_SIMILARITY

public string NGRAM_SIMILARITY = 'NGRAM_SIMILARITY'

SUBSTRING_BYTES

public string SUBSTRING_BYTES = 'SUBSTRING_BYTES'
On this page

Search results