Skip to content

Commit d322a34

Browse files
committed
README: wrote about (match)
1 parent 9d60442 commit d322a34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ They are compatible functions with ISLisp. See also [hymkor/gmnlisp](https://git
321321

322322
It is `t` (true) when %OS% is `Windows_NT`
323323

324+
### (match REGULAR-EXPRESSION STRING)
325+
326+
If `REGULAR-EXPRESSION` matches `STRING`, `(match)` returns a list containing the entire matched part followed by the captured groups (submatches). If there is no match, it returns `nil`.
327+
324328
## The built-in variables
325329

326330
- $/ - OS-specific path separator (Windows `\` , UNIX `/` )

0 commit comments

Comments
 (0)