Question
How to I include a regular expression in the properties of a paragraph style?
I want to set some default regular expressions in a paragraph style, for example:
Regular expression: (\d+)
Quote style: myData
Paragraph style: myStyle=app.documents[0]..itemByName(“AA”),
myStyle.properties{
}Thanks.
