Copy link to clipboard
Copied
Working on a POC to look for pattern e.g 12345-1234 and then create a hyperlink on it using javascript.
My question is how to make 'getPageNthWord' function to include '-' while splitting words. As of now, when '-' is found, the word is cut as '12345-' and '1234' as I'm having the 'bStrip' value as false.
I want as single word without any splits
Any kind of help is appreciated.
Thanks in advance.
It isn’t considered a single word, and you can’t change that, so you’d need to look for the text as successive words.
Copy link to clipboard
Copied
It isn’t considered a single word, and you can’t change that, so you’d need to look for the text as successive words.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now