<?xml version="1.0" encoding="utf-8"?>
<mx:RegExpValidator xmlns="*" xmlns:mx="http://www.adobe.com/2006/mxml"
expression="^(\d\{1,2\}|1\d\d|2[0-4]\d|25[0-5])\.(\d\{1,2\}|1\d\d|2[0-4]\d|25[0-5])\.(\d\{1,2\}|1\d\d|2[0-4]\d|25[0-5])\.(\d\{1,2\}|1\d\d|2[0-4]\d|25[0-5])$|^([\da-fA-F]\{1,4\}:)\{6\}((25[0-5]|2[0-4]\d|[01]?\d\d?)\.)\{3\}(25[0-5]|2[0-4]\d|[01]?\d\d?)$|^::([\da-fA-F]\{1,4\}:)\{0,4\}((25[0-5]|2[0-4]\d|[01]?\d\d?)\.)\{3\}(25[0-5]|2[0-4]\d|[01]?\d\d?)$|^([\da-fA-F]\{1,4\}:):([\da-fA-F]\{1,4\}:)\{0,3\}((25[0-5]|2[0-4]\d|[01]?\d\d?)\.)\{3\}(25[0-5]|2[0-4]\d|[01]?\d\d?)$|^([\da-fA-F]\{1,4\}:)\{2\}:([\da-fA-F]\{1,4\}:)\{0,2\}((25[0-5]|2[0-4]\d|[01]?\d\d?)\.)\{3\}(25[0-5]|2[0-4]\d|[01]?\d\d?)$|^([\da-fA-F]\{1,4\}:)\{3\}:([\da-fA-F]\{1,4\}:)\{0,1\}((25[0-5]|2[0-4]\d|[01]?\d\d?)\.)\{3\}(25[0-5]|2[0-4]\d|[01]?\d\d?)$|^([\da-fA-F]\{1,4\}:)\{4\}:((25[0-5]|2[0-4]\d|[01]?\d\d?)\.)\{3\}(25[0-5]|2[0-4]\d|[01]?\d\d?)$|^([\da-fA-F]\{1,4\}:)\{7\}[\da-fA-F]\{1,4\}$|^:((:[\da-fA-F]\{1,4\})\{1,6\}|:)$|^[\da-fA-F]\{1,4\}:((:[\da-fA-F]\{1,4\})\{1,5\}|:)$|^([\da-fA-F]\{1,4\}:)\{2\}((:[\da-fA-F]\{1,4\})\{1,4\}|:)$|^([\da-fA-F]\{1,4\}:)\{3\}((:[\da-fA-F]\{1,4\})\{1,3\}|:)$|^([\da-fA-F]\{1,4\}:)\{4\}((:[\da-fA-F]\{1,4\})\{1,2\}|:)$|^([\da-fA-F]\{1,4\}:)\{5\}:([\da-fA-F]\{1,4\})?$|^([\da-fA-F]\{1,4\}:)\{6\}:$"
noMatchError="{StringTable.ipError}">
<mx:Script>
<![CDATA[
import com.vimicro.locale.StringTable;
]]>
</mx:Script>
</mx:RegExpValidator>