• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Perl regular expressionsEdit

Created 3/22/2007, updated 3/12/2020

Negative (fixed-width) lookbehind

/(?<!foo)bar/

Matches "bar" only if not preceded by "foo".

Match only horizontal whitespace

\h
  • perl
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).