yoavnir / specs2016

New version of the specs pipeline stage based on what's in current CMS pipelines
MIT License
1 stars 1 forks source link

New functions: wordplus, fieldplus #189

Closed yoavnir closed 2 years ago

yoavnir commented 2 years ago

wordplus(s,d[,l]) returns the word or words following or preceding the first word in the input line matching s.

For example, if the input line looks like this:

“Though thy crest be shorn and shaven, thou,” I said, “art sure no craven,

Then,

Similar for fieldplus

yoavnir commented 2 years ago

Let's rename these:

The first word/field/character of the found thing is "1"

So,

yoavnir commented 2 years ago

s in splus stands for search