regexsplit not returning attribute

Lipscomb, Gary glipscomb at csu.edu.au
Wed Nov 30 16:31:20 EST 2016


The 2 online testers both claim to test java

Attribute value:   urn:mace:terena.org:schac:personalUniqueID:au:csuid:123456
Regex    [^:]+[^:]*$        and       [^:]+$

https://regex101.com/r/kC3gH0/25   returns 123456

http://www.regexplanet.com/advanced/java/index.html  returns 123456

any ideas what the correct syntax would be then

regards

Gary


> -----Original Message-----
> From: users [mailto:users-bounces at shibboleth.net] On Behalf Of Cantor,
> Scott
> Sent: Thursday, 1 December 2016 2:10
> To: Shib Users <users at shibboleth.net>
> Subject: Re: regexsplit not returning attribute
> 
> On 11/29/16, 7:01 PM, "users on behalf of Lipscomb, Gary" <users-
> bounces at shibboleth.net on behalf of glipscomb at csu.edu.au> wrote:
> 
> > I can't seem to get the RegexSplit to work. When I run the regex
> > through an online tester it produces the expected result 123456
> 
> What online tester? If it's not Java, it's meaningless.
> 
> regex="^:]+[^:]*$">
> 
> That doesn't really look like anything I would expect would work. For one
> thing it seems to be saying "must start with a colon".
> 
> -- Scott
> 
> 
> --
> To unsubscribe from this list send an email to users-
> unsubscribe at shibboleth.net


More information about the users mailing list