FindChangeByList doesn't work
I've written a command in my FindChangeByList file, but I don't know why it's not working. Here's the code:
grep {findWhat:"(\bX\b)[~m~>~f~| ~S~s~j~<~/~.~3~4~%]{1,}(\bY\b)"} {changeTo:"$1$2"} {includeFootnotes:true, includeMasterPages:false, includeHiddenLayers:true, wholeWord:false}It's supposed to find the words X and Y with whatever ant any number of spaces between them, and put them together. I think the problem may be related to the \b command inside the parentheses because when I delete them, it's working.
Besides, is it possible to have a dialog box in the jsx file to see the number of changes that the FindChangeByList has made at the end of running?
