Entering edit mode
7.9 years ago
mbk0asis
▴
700
Hi.
How can I insert a delimiter between number and string?
I tried using 'sed' but couldn't get the result I want.
Here's an example and the code I used.
ex) 5c --> 5,c
sed 's/[0-9][a-zA-Z]/[0-9],[a-zA-Z]/g'
Thank you!
3
Entering edit mode
ADD REPLY
• link
7.9 years ago by
WouterDeCoster
47k