Skip to content

Commit

Permalink
Merge pull request #12 from TheItsProjects/stringmath-documentation
Browse files Browse the repository at this point in the history
added documentation for check_valid_expression
  • Loading branch information
TheItsNameless authored Feb 26, 2023
2 parents 5ad6c2d + ac39391 commit 67e1250
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ It uses the Shunting-Yard algorithm and follows the correct order of operation r

If you provide an empty string as the input, a `ValueError` will be raised.

The function `StringMath.check_valid_expression()` can be used to check whether a string is valid and can be processed. If the string is valid, the function will return `True`.

### WordMath

```py
Expand Down

0 comments on commit 67e1250

Please sign in to comment.