Hi,

I am wondering is there is a way to limit the length of a path by the number of words.

Example:

Using the node title and node ID to build the path, so in a node with title "Word1 word2 word3 word4 word5" and with node ID 980 and a limit of 2 words per path the final path will be /word1- word2-980

Note: I can not limit the number of words by the numbers of characters as not all the words have the same length.

Thank you,

Emil