package mparser
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  A simple monadic parser combinator library
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      mparser-1.2.3.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=dd08c884ea6e7d60a84613433ea20e7e198a8f90edad5064e4c0bc1ebc2b9669
    
    
  md5=6e60c1fabb5d51482c664aa1bc8abc95
    
    
  doc/mparser.pcre/MParser_PCRE/Regexp/index.html
Module MParser_PCRE.Regexp
A pluggable regular expression engine.
val make : string -> tCompiles a regular expression.
val get_substring : substrings -> int -> string optionExtracts a single substring. Returns None if the group did not match.
val get_all_substrings : substrings -> string arrayExtracts all the matched substrings. Includes the full match at index 0. If a subpattern did not capture a substring, the empty string is returned in the corresponding position instead.
val exec : rex:t -> pos:int -> Bytes.t -> substrings optionAttemts to match the byte-buffer with a regular expression, starting from the position pos. Returns the matched substrings or None on failure.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >