The R help file for regex says
The symbols \< and \> respectively match the empty string at the beginning and end of a word. The symbol \b matches the empty string at the edge of a word
What is the difference between an end and an edge (of a word)?
The R help file for regex says
The symbols \< and \> respectively match the empty string at the beginning and end of a word. The symbol \b matches the empty string at the edge of a word
What is the difference between an end and an edge (of a word)?