From c10e22837158b8b7b5f1606fb9292d6ebfda6ea3 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sat, 21 Aug 2021 16:28:39 +0200 Subject: docs: Fixes found during the YAML conversion process --- docs/markdown/Syntax.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/markdown') diff --git a/docs/markdown/Syntax.md b/docs/markdown/Syntax.md index 897d55b..04833e6 100644 --- a/docs/markdown/Syntax.md +++ b/docs/markdown/Syntax.md @@ -260,6 +260,9 @@ string = 'xyxHelloxyx'.strip('xy') # 'string' now has the value 'Hello' ``` +Since 0.43.0, you can specify one positional string argument, +and all characters in that string will be stripped. + #### .to_upper(), .to_lower() ```meson -- cgit v1.1