From 7d1ee32afe85f874e49c6cd2b309b26ccb448313 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Wed, 13 Nov 2024 09:34:35 -0800 Subject: [PATCH] docs: update `parse.js` reference Signed-off-by: Emmanuel Ferdman --- docs/expressions/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/expressions/customization.md b/docs/expressions/customization.md index 6fff36c65c..61b5a1ac94 100644 --- a/docs/expressions/customization.md +++ b/docs/expressions/customization.md @@ -366,7 +366,7 @@ The `parse` function exposes the following test functions: - `math.parse.isDigit(c)` The exact signature and implementation of these functions can be looked up in -the [source code of the parser](https://github.com/josdejong/mathjs/blob/master/lib/expression/parse.js). The allowed alpha characters are described here: [Constants and variables](syntax.md#constants-and-variables). +the [source code of the parser](https://github.com/josdejong/mathjs/blob/master/src/expression/parse.js). The allowed alpha characters are described here: [Constants and variables](syntax.md#constants-and-variables). For example, the phone character is not supported by default. It can be enabled by replacing the `isAlpha` function: