core/text/regex/virtual_machine

regex_vm

Types

13

Opcode

Opcode :: enum u8 { // | [ operands ] Match = 0, // | Match_And_Exit = 1, // | Byte = 2, // | u8 Rune = 3, // | i32 Rune_Class = 4, // | u8 Rune_Class_Negated = 5, // | u8 Wildcard = 6, // | Jump = 7, // | u16 Split = 8, // | u16, u16 Save = 9, // | u8 Assert_Start = 10, // | Assert_Start_Multiline = 11, // | Assert_End = 12, // | Assert_Word_Boundary = 13, // | Assert_Non_Word_Boundary = 14, // | Multiline_Open = 15, // | Multiline_Close = 16, // | Wait_For_Byte = 17, // | u8 Wait_For_Rune = 18, // | i32 Wait_For_Rune_Class = 19, // | u8 Wait_For_Rune_Class_Negated = 20, // | u8 Match_All_And_Escape = 21, // | }Source

Constants

1

Procedures

10

Reference search

Find anything

Documentation preferences

Settings

System theme variants

Used only while Theme is set to System.