Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

getPageNthWord to include hyphens

New Here ,
Aug 16, 2018 Aug 16, 2018

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.

TOPICS
Acrobat SDK and JavaScript , Windows
494
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Aug 17, 2018 Aug 17, 2018

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.

Translate
LEGEND ,
Aug 17, 2018 Aug 17, 2018
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines