Skip to content

Commit

Permalink
#18 Documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliah-Lakhin committed Jul 5, 2024
1 parent d0407df commit 771b108
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions work/crates/derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ mod utils;
/// The inverted version of the previous operator that matches any character
/// outside of the specified set.
///
/// - Case-insensitive matching: `i("foo")`.
/// Matches "foo", "FOO", "Foo", and other case-insensitive variants.
///
/// - Any Unicode uppercase character: `$upper`.
///
/// - Any Unicode lowercase character: `$lower`.
Expand Down

0 comments on commit 771b108

Please sign in to comment.