
The input string cannot be bigger than 255 characters. If there is no match for the argument in the current Text then the result Text object has 0 length.

Selects the Text that is present after the first occurrence of the string argument. This method is affected by whether the text mode is case sensitive or insensitive. The patset cannot have strings longer than 255 characters. If there is no match to any of the strings bound to the patset in the current Text object then the result Text object has 0 length. Selects the Text that is present after the first occurrence of any of the strings that are bound to the patset named by the string argument. When the regular expression does not match the given string, a Text object of length of 0 is returned.Įxample: ("etag").AFTER_REGEX(re/KX/) will select "DAPPER" from "KXDAPPER". The match may occur anywhere within the text - if you wish to "anchor" this, use "^" at the start of the regex and/or "$" at the end of the regex. The first match is returned when multiple matches occur in the text. Selects the text after the portion that matches the given regular expression argument. Will raise an undef if the value is null, empty, or the value has an invalid format for the destination type. (mac_address_at : Provides operations for the 48-bit MAC address value.)Ĭonvert mac_address_t to text_t.

Note : Expressions with the * symbol are inherited / promoted from text_t mac_address_atĬonvert mac_address_t to mac_address_at.

This topic lists the expressions that are provided by this class. Represents a MAC address present in the 12:34:56:78:9a:bc format. Citrix ADC Advanced Policy Expression ReferenceĬitrix ADC 13.1 Advanced Policy Expression Reference
