I would like to know the best program (Surely a text editor) to make string manipulation like string substituion.
By the way, I would like to do the next: String manipulation of type String substitution in mathematical expression
Thank you so much!
|
I would like to know the best program (Surely a text editor) to make string manipulation like string substituion. By the way, I would like to do the next: String manipulation of type String substitution in mathematical expression Thank you so much!
| |||
|
feedback
|
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
My preferences are in this order: perl, vim (vi, gvim, etc.) substitution commands, sed, and awk. perl is a heavy software program that can do math as well. See http://perlmonks.org/ for more details. Vi is the well known text editor all *ix systems have (Linux, Unix, etc.), which, incidentally, can do some nice scripting. Sed is, well see http://linux.die.net/man/1/sed Awk (gawk and its brethren) is, well see http://linux.die.net/man/1/awk ... almost forgot. The absolute best, and with a price tag to match, is PowerGrep. Without a doubt, the easiest way to formulate complex queries and replacements of text in DOC, TXT, and other files. | ||||
feedback
|
sedscript to even come close. It may be that the regex processing in vim or emacs is up to the challenge. @GreenMatt: The One True Platform - Windows. ;-) – Dennis Williamson Nov 23 '10 at 19:53