Skip to main content
Module

x/core_fn/regexp/mod.ts

A collection of built-in object method and property as currying function
Latest
File
// Copyright 2021-present the Core-fn authors. All rights reserved. MIT license.export { test } from "./test.ts";export { exec } from "./exec.ts";export { dotAll } from "./dot_all.ts";export { unicode } from "./unicode.ts";export { ignoreCase } from "./ignore_case.ts";export { flags } from "./flags.ts";export { global } from "./global.ts";export { sticky } from "./sticky.ts";export { multiline } from "./multiline.ts";export { source } from "./source.ts";export { lastIndex } from "./last_index.ts";