Re: [Rcpp-devel] regular expression in Rcpp

2015-01-13 Thread Mark Leeds
Thanks Matt and Dirk. Both suggestions are good. I'll try one of them ( not sure which yet ) and let you know how it works out. Definitely it's not as as easy a problem as I originally thought. Thanks again. Mark On Tue, Jan 13, 2015 at 9:41 AM, Matt D. wrote: > On 1/13/2015 07:27, Mark Leeds

Re: [Rcpp-devel] regular expression in Rcpp

2015-01-13 Thread Matt D.
On 1/13/2015 07:27, Mark Leeds wrote: Hi All: I was trying to do something with regular expressions in Rcpp so I piggy backed heavily off of Dirk's boost.regex example in the Rcpp Gallery where he takes streams of digits and checks them for machine and human readability. Hi! My problem is ac

Re: [Rcpp-devel] regular expression in Rcpp

2015-01-13 Thread Dirk Eddelbuettel
On 13 January 2015 at 01:27, Mark Leeds wrote: | Hi All: I was trying to do something with regular expressions in Rcpp so I | piggy backed | heavily off of Dirk's boost.regex example in the Rcpp Gallery where he takes | streams of digits and checks them for machine and human readability. | | My p