[Omake] String manipulation
Jared C. Davis
jared at cs.utexas.edu
Mon Aug 6 13:08:57 PDT 2007
Hi,
Would it be possible to get some string-manipulation routines like
regular-expression based pattern matching and substitution added to
omake?
It might be that I should be able to write my own using fsubst, but
that seems to be intended for files, and it didn't seem to support
case-insensitive matching. I think my other option is to use programs
like sed, but it seems sort of gross to be calling out to system
programs to do string manipulation, and one of the things I really
like about OMake is how I typically don't have to rely on system
programs, because commands like "rm" and "cat" are built in.
Thanks!
Jared
--
Jared C. Davis <jared at cs.utexas.edu>
3600 Greystone Drive #604
Austin, TX 78731
http://www.cs.utexas.edu/users/jared/
More information about the Omake
mailing list