@ptolemy2002/rgx 7.7.2 → 7.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Because there is so much to document, it has been broken up into multiple files.
|
|
|
10
10
|
- [type-reference](./docs/type-reference.md) - A reference for all public types used in the library.
|
|
11
11
|
- [general](./docs/general.md) - General utilities of the library, including tagged template functions for creating regular expressions and walkers.
|
|
12
12
|
- [type-guards](./docs/type-guards.md) - Type guards for validating various types of tokens and string values.
|
|
13
|
-
- [ExtRegExp](./docs/
|
|
13
|
+
- [ExtRegExp](./docs/ExtRegExp.md) - The `ExtRegExp` class, which extends the built-in `RegExp` class with the ability to create custom flags that transform the source string of the regular expression before it is compiled.
|
|
14
14
|
- [constants](./docs/constants.md) - Constants provided by the library, such as predefined character classes and tokens.
|
|
15
15
|
- `util` - A directory containing documentation for various utility functions provided by the library.
|
|
16
16
|
- [clone](./docs/util/clone.md) - The `cloneRGXToken` function, which creates a clone of a given RGX token to a specified depth.
|