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
44 45 46 47 |
# File 'lib/qt6/qtcore/qregularexpression.rb', line 44 def initialize(pattern = "", = nil) ||= QRegularExpression::NoPatternOption _initialize(T.to_qstr(pattern), T.to_qflags()) end |