Re: regex.e find_all -- another problem

new topic     » goto parent     » topic index » view thread      » older message » newer message

from the manual for euphoria 4.0:

10.2.6.2 get_ovector_size ;get_ovector_size; 
include std/regex.e 
public function get_ovector_size(regex ex, integer maxsize = 0) 
Returns the number of capturing subpatterns (the ovector size) for a regex 
10.2.6.2.1 Parameters: 
      1. ex : a regex 
      2. maxsize : optional maximum number of named groups to get data from 
10.2.6.2.2 Returns: 
An integer 
 
------------------------------------- 
 
A search of the include file regex.e does not find get_ovector_size. 
 
Huh? 
 
Regards, 
jd 
 

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu