terms:reverse-regular-expression

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
terms:reverse-regular-expression [2014/02/09 01:50] – external edit 127.0.0.1terms:reverse-regular-expression [2018/01/10 20:43] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Reverse Regular Expression ====== ====== Reverse Regular Expression ======
  
-Reverse regular expression used for reverse checking of the text before point. Reverse regular expressions written in reverse order, so for example if normal regular expression looks like this: \\+Reverse regular expression used for reverse checking of the text before point and used as replacement for not supported look behind feature of the regexp engine. Reverse regular expressions written in reverse order, so for exampleif normal regular expression looks like this: \\
 <code>\s+[abc]def</code> <code>\s+[abc]def</code>
 than same reverse regular expression will look like this:  than same reverse regular expression will look like this: