Class: RubyQt6::QtCore::QRegularExpression
- Inherits:
-
Object
- Object
- RubyQt6::QtCore::QRegularExpression
- Defined in:
- lib/qt6/qtcore/qregularexpression.rb
Overview
Defined Under Namespace
Classes: MatchOption, MatchOptions, MatchType, PatternOption, PatternOptions, WildcardConversionOption, WildcardConversionOptions
Instance Method Summary collapse
Constructor Details
#initialize(pattern = "", options = nil) ⇒ QRegularExpression
28 29 30 31 |
# File 'lib/qt6/qtcore/qregularexpression.rb', line 28 def initialize(pattern = "", = nil) ||= QRegularExpression::PatternOption::NoPatternOption _initialize(T.to_qstr(pattern), T.to_qflags()) end |