Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
JWJeff Whalen09/08/2018
It looks as though SolidWorks Inspection will truncate any leading or trailing whitespace in a note string. I am looking for a way to force Inspection to balloon a note if it doesn't match any of the existing criteria, but without changing it's appearance (while using the auto-balloon feature). A leading or trailing whitespace character could accomplish this with a regex of ^\s{1}, for example, but it doesn't work since any leading space is ignored.
Is there any other way to force a note to receive a balloon without modifying the visible content of the note?
Additionally, which specific flavor or library of Regex does SolidWorks Inspection use?