Summary
xdo substr funtion with minus position
Content
Hi All,
In XML Publisher 4.5.0 is it possible to use substr function with a starting position -4 ?
I'm trying the below:
<?xdofx:substr(‘PT507170490’, -4)?>
Returns the entire string: PT507170490
<?xdofx:substr(‘PT507170490’, 4)?>
Returns: 07170490
Any ideas why and if it's not supported, then do you know a possible workaround?
Regards,
Alex