yzx 2e55ab43ed caiping 9 tháng trước cách đây
..
src 2e55ab43ed caiping 9 tháng trước cách đây
CHANGELOG.md 2e55ab43ed caiping 9 tháng trước cách đây
README.md 2e55ab43ed caiping 9 tháng trước cách đây
package.json 2e55ab43ed caiping 9 tháng trước cách đây
tsconfig.json 2e55ab43ed caiping 9 tháng trước cách đây
webpack.config.js 2e55ab43ed caiping 9 tháng trước cách đây

README.md

Description

polaris is a project which provides data manipulation on arrays and strings.

Installation

polaris is available as an npm package. You can install it via the npm package @ephox/polaris

Install from npm

npm install @ephox/polaris

Usage

Arrays: Provides utility functions for dealing with arrays. Pattern: Provides utility functions for dealing with regex. PositionArray: Provides utility functions for dealing with position arrays. Regexes: Provides more utility functions for dealing with regex. Search: Provides utility functions for dealing with searching strings. Splitting: Provides utility functions for splitting strings. Strings: Provides utility functions for dealing with strings. Words: Provides functionality parsing text to words.

Tests

polaris uses bedrock to run atomic tests.

Running Tests

$ yarn test