Regexp for a string not at the beginning of the line
David Hutto
dwightdhutto at gmail.com
Thu Oct 25 23:02:11 EDT 2012
More information about the Python-list mailing list
Thu Oct 25 23:02:11 EDT 2012
- Previous message (by thread): Quickie - Regexp for a string not at the beginning of the line
- Next message (by thread): Quickie - Regexp for a string not at the beginning of the line
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Oct 25, 2012 at 9:08 PM, Rivka Miller <rivkaumiller at gmail.com> wrote: > On Oct 25, 2:27 pm, Danny <dann90... at gmail.com> wrote: >> Why you just don't give us the string/input, say a line or two, and what you want off of it, so we can tell better what to suggest > > no one has really helped yet. > > I want to search and modify. > > I dont wanna be tied to a specific language etc so I just want a > regexp and as many versions as possible. If you just find the one command line app that will perform the task, like awk, then the other languages you will just need to call the commandline function, and return the output from awk. -- Best Regards, David Hutto CEO: http://www.hitwebdevelopment.com
- Previous message (by thread): Quickie - Regexp for a string not at the beginning of the line
- Next message (by thread): Quickie - Regexp for a string not at the beginning of the line
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list