package quickjs
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Bindings for QuickJS (a Javascript Engine to be embedded https://bellard.org/quickjs)
Install
dune-project
Dependency
Authors
Maintainers
Sources
quickjs-0.4.2.tbz
sha256=594fac60b9273af7e1903f0689efa353121309d8de911376f91966c32cd3ab7f
sha512=68beb126919a214fa9e46d84566c97e6ff3667c6c4478f352f1145e5bf1888b2a5eaca9855f39d734b2e9dc5bc0c7650f45679d177d546a2b0ba53dced5f2d1f
doc/quickjs/Quickjs/RegExp/index.html
Module Quickjs.RegExpSource
The RegExp object
The result of a executing a RegExp on a string
Source
type compile_error = [ | `Unexpected_end| `Malformed_unicode_char| `Invalid_escape_sequence| `Nothing_to_repeat| `Unknown of string
]Possible errors when compiling a RegExp pattern
Convert a compile error to a human-readable string
Constructs a RegExp.t from a string describing a regex and their flags. Returns Error (error_type, raw_message) if compilation fails.
sets the index at which the next match (RegExp.exec or RegExp.test) will start its search from
checks whether the given RegExp.t will match (or not match) a given string
returns all named capture groups as a list of (name, value) pairs
returns the value of a named capture group, or None if not found
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>