Text.selectPrior

Find and select a prior occurrence of a BMP code point in a string. Returns true if found, false otherwise

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

Detailed Description

deprecated: use search() instead

Meta