Re: [R] regex not working for some entries in for loop

2015-11-07 Thread Omar André Gonzáles Díaz
Thanks S. Ellison. Finally, Ihad some time to test it. Thanks for your clarification. Just one more question: You say: Your regexes are on multiple lines and include whitespace and linefeeds. For example you are not testing for " .*forum.*|.*buy.*"; you are testing for " .*forum.*|

Re: [R] regex not working for some entries in for loop

2015-10-26 Thread S Ellison
> From: Omar André Gonzáles Díaz > Subject: [R] regex not working for some entries in for loop > > I'm using some regex in a for loop to check for some values in column > "source", > and put a result in column "fuente". Your regexes are on multiple lines and include whitespace and linefeeds. F