[Home] [By Thread] [By Date] [Recent Entries]
On 14.10.2018 18:33, Dave Lang emaildavelang@xxxxxxxxx wrote:
I have jpg names that are preceded by "dirinfo/" as well as "blahblah=" The second argument to the tokenize function https://www.w3.org/TR/xpath-functions/#func-tokenize is a regular expression pattern so you can use several separators there with the right regular expression syntax e.g. ("foo/img1.jpg", "bar=img2.jpg")!tokenize(., "[/=]")[last()] gives a sequence with two strings "img1.jpg", "img2.jpg"
|

Cart



