search for: staven

Displaying 5 results from an estimated 5 matches for "staven".

Did you mean: staden
2023 Apr 12
3
Split String in regex while Keeping Delimiter
Hello List, ? I have a dataset consisting of strings that I want to split while saving the delimiter. ? Some example data: ?leucocyten + gramnegatieve staven +++ grampositieve staven ++? ?leucocyten ? grampositieve coccen +? ? I want to split the strings such that I get the following result: c(?leucocyten +?, ??gramnegatieve staven +++?, ??grampositieve staven ++?) c(?leucocyten ??, ?grampositieve coccen +?) ? I have tried strsplit with a regular expres...
2023 Apr 12
1
Split String in regex while Keeping Delimiter
On Wed, 12 Apr 2023 08:29:50 +0000 Emily Bakker <emilybakker at outlook.com> wrote: > Some example data: > ?leucocyten + gramnegatieve staven +++ grampositieve staven ++? > ?leucocyten ? grampositieve coccen +? > ? > I want to split the strings such that I get the following result: > c(?leucocyten +?, ??gramnegatieve staven +++?, > ??grampositieve staven ++?) > c(?leucocyten ??, ?grampositieve coccen +?) > ? > I h...
2023 Apr 12
2
Split String in regex while Keeping Delimiter
...sep="\n") > On Apr 12, 2023, at 2:29 AM, Emily Bakker <emilybakker at outlook.com> wrote: > > Hello List, > > I have a dataset consisting of strings that I want to split while saving the delimiter. > > Some example data: > ?leucocyten + gramnegatieve staven +++ grampositieve staven ++? > ?leucocyten ? grampositieve coccen +? > > I want to split the strings such that I get the following result: > c(?leucocyten +?, ?gramnegatieve staven +++?, ?grampositieve staven ++?) > c(?leucocyten ??, ?grampositieve coccen +?) > > I have t...
2023 Apr 13
1
Split String in regex while Keeping Delimiter
Dear Emily, Using a look-behind solves the split problem in this case. (Note: Using Regex is in most/many cases the simplest solution.) str = c("leucocyten + gramnegatieve staven +++ grampositieve staven ++", "leucocyten ? grampositieve coccen +") tokens = strsplit(str, "(?<=[-+])\\s++", perl=TRUE) PROBLEM The current expression does NOT work for a different reason: the "-" is coded using a NON-ASCII character. I have written a smal...
1999 Dec 04
7
Samba newbie question
I am a newbie to Samba and have read the HOWTO-SMB and README files. Before you say RTFM, I have some very basic questions. The goal for me is to use the NT systems local printer, CD-R and scanner devices. The SMB documents talk a lot about the Client and Server. The source I have downloaded will create a smbd and nmbd. 1. Do I need anything running on the NT? 2. Do I need any special options