Skip to main content
Inspiring
July 3, 2026
Question

problem with a regular expression

  • July 3, 2026
  • 2 replies
  • 7 views

Hello,

My regular expression is :

, (\b.+\b)\n

 ($1),  

 

In this document all is working well except for the last line (see blue arrow) where it is not able to find the last text, ie :  , tuba

Why ?

 

 

    2 replies

    frameexpert
    Community Expert
    Community Expert
    July 3, 2026

    Replace the \n with $ and see what happens.

    www.frameexpert.com
    Jeff_Coatsworth
    Community Expert
    Community Expert
    July 3, 2026

    Can’t tell exactly since you don’t have text symbols turned on, but what happens if you add a new paragraph after “, tuba”?