From 9815d1aa229716ada5132987104999db0dea12c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Mon, 4 Oct 2010 16:18:50 +0200 Subject: filelib: Document the character set syntax in wildcards --- lib/stdlib/doc/src/filelib.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/stdlib/doc/src/filelib.xml b/lib/stdlib/doc/src/filelib.xml index c1c4ca9350..4ff3b22f32 100644 --- a/lib/stdlib/doc/src/filelib.xml +++ b/lib/stdlib/doc/src/filelib.xml @@ -4,7 +4,7 @@
- 20032009 + 20032010 Ericsson AB. All Rights Reserved. @@ -160,6 +160,12 @@ DeepList = [char() | atom() | DeepList]

Matches any number of characters up to the end of the filename, the next dot, or the next slash.

+ [Character1,Character2,...] + +

Matches any of the characters listed. Two characters + separated by a hyphen will match a range of characters. + Example: [A-Z] will match any uppercase letter.

+
{Item,...}

Alternation. Matches one of the alternatives.

-- cgit v1.2.3