Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

query.fields.TextField.starts_with_ignore_case

Rust
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
query.fields
Declared in
TextField
Package
libtmux
Source
crates/libtmux/src/query/fields.rs
starts_with_ignore_case ( self , value : impl Into<String> ) → FilterExpr<T>
method [source]
method [source]
starts_with_ignore_case

Test a folded string prefix without normalization.

Examples

use libtmux::query::TextField;
use libtmux::query::__private;
struct Row;
let field: TextField<Row> = __private::text_field("row", "name");
let _ = field.starts_with_ignore_case("BUILD");

0 declared, 0 inherited

Esc

Type to search.