package pcre2
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Bindings to the Perl Compatibility Regular Expressions library (version 2)
Install
    
    dune-project
 Dependency
    
    
    
    github.com
    
    
    
    
    Readme
    
    
    
    
    Changelog
    
    
    
    
    LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception License
    
    
    
    Edit opam file
    
    
    Versions (5)
Authors
Maintainers
Sources
  
    
      8.0.3.tar.gz
    
    
        
    
  
  
  
    
  
        sha512=614bd7d44460ea7c35a61dcff14546e16eb7bbb959be02cf77463d4448c01e2462f10656ca8b1f21fead752a148ce94943de99dff8106a50eef1468e1d2f99f9
    
    
  doc/CHANGES.html
Changelog
8.0.3 (2025-02-15)
- ugh: forgot to make the function caml_alloc_some (for ocaml [4.08, 4.11] support) static. It clashes with the same function from the package pcre
8.0.2 (2024-12-26)
- Thanks to @nojb, try to get it working for ocaml [4.08, 4.11]
8.0.1 (2024-12-20)
- Merged all changes from old pcre-ocaml.
- Fixed a bug in the full_splitfunction where non-capturing groups were not identified as such.
7.5.3 (2024-12-23)
- @mmottl fixed bug in full_split
7.5.2 (2023-09-06)
- Fixed bug in full_split, added first unit-test for same
7.5.1 (2023-09-01)
- Created pcre2-ocaml bindings based on original pcre-ocaml project
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page