glib-2.0 Reference Manual

Synopsis

public class MatchInfo {
    public    weak Regex                get_regex                 (  ) ;
    public    weak string               get_string                (  ) ;
    public    bool                      matches                   (  ) ;
    public    bool                      next                      (  ) 
                                                             throws RegexError;
    public    int                       get_match_count           (  ) ;
    public    bool                      is_partial_match          (  ) ;
    public    string                    expand_references         ( string              string_to_expand ) 
                                                             throws RegexError;
    public    string                    fetch                     ( int                 match_num ) ;
    public    bool                      fetch_pos                 ( int                 match_num,
                                                                    int                 start_pos,
                                                                    int                 end_pos ) ;
    public    string                    fetch_named               ( string              name ) ;
    public    bool                      fetch_named_pos           ( string              name,
                                                                    int                 start_pos,
                                                                    int                 end_pos ) ;
    public    string[]                  fetch_all                 (  ) ;
}

MatchInfo Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

get_regex ()
    public    weak Regex                get_regex                 (  ) ;		

get_string ()
    public    weak string               get_string                (  ) ;		

matches ()
    public    bool                      matches                   (  ) ;		

next ()
    public    bool                      next                      (  ) 
                                                             throws RegexError;		

get_match_count ()
    public    int                       get_match_count           (  ) ;		

is_partial_match ()
    public    bool                      is_partial_match          (  ) ;		

expand_references ()
    public    string                    expand_references         ( string              string_to_expand ) 
                                                             throws RegexError;		

fetch ()
    public    string                    fetch                     ( int                 match_num ) ;		

fetch_pos ()
    public    bool                      fetch_pos                 ( int                 match_num,
                                                                    int                 start_pos,
                                                                    int                 end_pos ) ;		

fetch_named ()
    public    string                    fetch_named               ( string              name ) ;		

fetch_named_pos ()
    public    bool                      fetch_named_pos           ( string              name,
                                                                    int                 start_pos,
                                                                    int                 end_pos ) ;		

fetch_all ()
    public    string[]                  fetch_all                 (  ) ;		


Created by Valadoc