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

Subject: Re: [xsl] XPath to test that a middle name consists of a letter followed by a period and nothing else ?
From: "Imsieke, Gerrit, le-tex gerrit.imsieke@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 2 Jun 2016 11:40:53 -0000
On 02.06.2016 13:38, Costello, Roger L. costello@xxxxxxxxx wrote:
((matches(MI, '[A-Z]\.')) and (string-length(MI) eq 2))

matches(MI, '^[A-Z]\.$')


Current Thread