Text.select

Find and select the next substring occurrence. Returns true if found, false otherwise

More...
  1. Text select(size_t start, size_t length)
  2. bool select(T c)
  3. bool select(const(TextViewT) other)
    class Text(T)
    deprecated final
    bool
    select
    (
    const(TextViewT) other
    )
  4. bool select(const(T)[] chars)

Detailed Description

deprecated: use search() instead

Meta