Enum TextEdit.SearchFlags
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum TextEdit.SearchFlags : long
Fields
Backwards = 4Search from end to beginning.
MatchCase = 1Match case when searching.
WholeWords = 2Match whole words when searching.