Search found 2 matches

by mmattson
Tue Apr 21, 2009 2:22 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: How-to Insert Character between found set?
Replies: 1
Views: 2373

Re: How-to Insert Character between found set?

Solved it myself:

input find:

(\D)(\d)

Output:
$1,$2
by mmattson
Tue Apr 21, 2009 12:15 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: How-to Insert Character between found set?
Replies: 1
Views: 2373

How-to Insert Character between found set?

I can't figure out how to do this. I have a found set that consists of :

Code: Select all

\w\d
I want to insert a comma between the string character and the digit so that if the found set is U1, my result would be U,1.