How do I replace ONLY commas between closed brackets '[' and ']' with with pipes
eg change
line2002, bonne, good, [cat, dog, mouse ], keep, now;
to read as
line2002, bonne, good, [cat| dog| mouse], keep, now;
any help is appreciated
Richard
logic query : How do I replace commas with pipes b/n [,,,]
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2229
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Hi Richard,
Use a search/replace as a restriction.
Search for EasyPattern
[ '[', 1 or more char, ']' ]
replace with
$0
Inside this filter, place a search and replace of , with |
Use a search/replace as a restriction.
Search for EasyPattern
[ '[', 1 or more char, ']' ]
replace with
$0
Inside this filter, place a search and replace of , with |
Regards,
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads