andrewbihl / bsed

Simple SQL-like syntax on top of Perl text processing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word boundary syntax

andrewbihl opened this issue · comments

I'd like to have a syntax for word boundaries. For example:

select lines containing word sock

would return:

I am only wearing one sock today.

but not:

The socket opened but no connection was made.