find the space before the %-sign & number

Hey, simple task, but since I'm ugly (yet) with grep, I'll ask here.

Example of text (part of a paragraph):

Suolapitoisuus 3%.

I want to keep the title "suolapitoisuus", number and %-sign on the same line. So I should find the characters "3%" and mark unbreakable character style in the style of paragraphs grep. "

What would be the string grep for this?

Just to extend

[\l\u]+\s\d+,?\d*\s\%

Snack or a parenthesis:

[\l\u]+\)?\s\d+,?\d*\s\%

Tags: InDesign

Similar Questions

Maybe you are looking for