s/(\d)([a-z])/$1#$2/i;

that's not a very good way to store women's phone numbers.
I like to us a little black book.

-----Original Message-----
From: Frank Newland [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 12:28 PM
To: [EMAIL PROTECTED]
Subject: Insert delimiter between number and alpha


All, 

My input looks like this
==============
5544#1341343BORIS
6200#321BOWSER
89232652#6213VERONICA
===================
I want to put a delimiter (#) between the rightmost number and the left most
alpha
Resulting in 
================
5544#1341343#BORIS
6200#321#BOWSER
89232652#6213#VERONICA

Any suggestions for a regex that will do this?

Thanks,
Frank

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

----------------------------------------------------------------------------
--------------------
The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to