Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abs0luty/pretty_regex
/ types & classes
Types & classes
10 in github.com/abs0luty/pretty_regex
⨍
Functions
53
◇
Types & classes
10
Class
Ascii
Represents the state when regular expression is for a single-character ASCII class (the kind surrounded by colons and two layers of square brackets).
pretty_regex/src/lib.rs:100
Enum
Category
pretty_regex/src/unicode.rs:109
Class
Chain
Represents the state when it is any arbitrary regular expression.
pretty_regex/src/lib.rs:119
Class
CharClass
Represents the state when regular expression corresponds to a single-character character.
pretty_regex/src/lib.rs:107
Class
Custom
Represents the state when regular expression is for a custom single-character class (the kind surrounded by one layer of square brackets).
pretty_regex/src/lib.rs:104
Class
PrettyRegex
pretty_regex/src/lib.rs:128
Class
Quantifier
Represents the state when regular expression is a quantifier (e.g., an expression that matches a given number of a target). These expressions are gre
pretty_regex/src/lib.rs:125
Enum
Script
pretty_regex/src/unicode.rs:3
Class
Standard
Represents the state when regular expression is a standard single-character class (the kind in most cases starts with a backslash followed by a letter
pretty_regex/src/lib.rs:113
Class
Text
Represents the state when regular expression is a literal string of characters.
pretty_regex/src/lib.rs:116