Answered
Adding commas in a column of numbers in FrameMaker with a regular expression
Does anyone have a regular expression for how to add a comma to a column(s) of numbers in FrameMaker? The columns are 4, 5, and 6 digits mixed.
Does anyone have a regular expression for how to add a comma to a column(s) of numbers in FrameMaker? The columns are 4, 5, and 6 digits mixed.
Hi ArtistCrystal:
For 4-6 digit strings:
Find: (\d+)(?=(\d\d\d)+\b)
Change to: $1,
~Barb
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.