Search Results

1
vote

Replace double backslash with single backslash in Emacs

re-builder+.el has some extensions to re-builder that provides functions for using re-builder with query-replace-regexp and replace-regexp. …
0
votes

help with python regular expression

Rather than trying to make a pattern between the ^ and $ anchors, and relying on the # you could use the newlines break down the 'sublines' inside the single block match e.g. identify the …