Re: Quickie - Regexp for a string not at the beginning of the line

2012-10-25 Thread Rivka Miller
custormer. No need for returns. :) On Oct 25, 7:11 pm, Ben Bacarisse wrote: > Rivka Miller writes: > > On Oct 25, 2:27 pm, Danny 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

Re: Quickie - Regexp for a string not at the beginning of the line

2012-10-25 Thread Rivka Miller
On Oct 25, 2:27 pm, Danny 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 re

Quickie - Regexp for a string not at the beginning of the line

2012-10-25 Thread Rivka Miller
Hello Programmers, I am looking for a regexp for a string not at the beginning of the line. For example, I want to find $hello$ that does not occur at the beginning of the string, ie all $hello$ that exclude ^$hello$. In addition, if you have a more difficult problem along the same lines, I woul

Re: C interpreter in Lisp/scheme/python

2010-07-07 Thread Rivka Miller
On Jun 13, 4:07 pm, bolega wrote: > I am trying to compare LISP/Scheme/Python for their expressiveness. > > For this, I propose a vanilla C interpreter. I have seen a book which > writes C interpreter in C. > > The criteria would be the small size and high readability of the code. > > Are there al