On 05/18/2019, at 14:39, Francisco Hirsch <[email protected] <mailto:[email protected]>> wrote: > I would appreciate clarification. > I have a dictionary file, with lots of of pairs. > ... > I would like to substitute this using grep (by an instruction in the > dictionary, but no grep otherwise in the file): > > cion(| |\t|\r) ción\1 > Or something equivalent. > > I suspect that I have to add a line previously, but I don’t understand the > particular explanation in the manual.
Hey Francisco, Something like this? # -*- x-bbedit-canon-case-sensitive: 1; x-bbedit-canon-grep: 1; -*- \bcion\b ción -- Best Regards, Chris -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <https://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/E0DC01E4-E35E-4536-A447-5C6234288AE0%40suddenlink.net.
