RegExpValidator « Data Model « Flex






1.RegExpValidator matches text against a RegEx patternRegExpValidator matches text against a RegEx pattern
2.Using RegExpValidator to find all the matches on the patternUsing RegExpValidator to find all the matches on the pattern
3.Use regular expression ABC\d to match a pattern consisting of the letters A, B, and C in sequence followed by any digitUse regular expression ABC\d to match a pattern consisting of the letters A, B, and C in sequence followed by any digit