Text.selectPrior

Find and select a prior substring occurrence. Returns true if found, false otherwise

More...
  1. bool selectPrior(T c)
  2. bool selectPrior(const(TextViewT) other)
    class Text(T)
    deprecated final
    bool
    selectPrior
    (
    const(TextViewT) other
    )
  3. bool selectPrior(const(T)[] chars)

Detailed Description

deprecated: use search() instead

Meta