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

query.private.Predicate.matches_text

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.private
Declared in
Predicate
Package
libtmux
Source
crates/libtmux/src/query/private.rs
matches_text ( self , candidate : &[u8] ) → bool
method [source]
method [source]
matches_text

Match a strict UTF-8 candidate with this text predicate.

Invalid UTF-8 returns false before every operator, including exclusion from an empty set.

The crate::query::Filterable example executes this method in a hand-written generated-code expansion.

0 declared, 0 inherited

Esc

Type to search.