http://www.perlmonks.org?node_id=145938

hobbes9481 has asked for the wisdom of the Perl Monks concerning the following question:

is there an empty string character like in formal regexs?

Originally posted as a Categorized Question.

  • Comment on is there an empty string character like in formal regexs?

Replies are listed 'Best First'.
Re: is there an empty string character like in formal regexs?
by Anonymous Monk on Feb 17, 2002 at 02:49 UTC
    (\b|\B) ?