xsl-list
[Top] [All Lists]

Re: [xsl] XPath to test that a middle name consists of a letter followed by a period and nothing else ?

2016-06-02 06:40:58


On 02.06.2016 13:38, Costello, Roger L. costello(_at_)mitre(_dot_)org wrote:
        ((matches(MI, '[A-Z]\.')) and (string-length(MI) eq 2))

matches(MI, '^[A-Z]\.$')
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>