From 9d1296174974345d6ed6be338d9bbb56fdbda380 Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Thu, 18 Dec 2014 17:13:35 +0300 Subject: fixed mistake in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77359e2..a0db473 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ to your makefile. The plugin provides two functions: `pcre_find` (with shorthand `m`) and `pcre_subst` (with shorthand `s`). -### `pcre_match` function ### +### `pcre_find` function ### -`pcre_match` is similar to builtin `findstring` function, but it takes PCRE +`pcre_find` is similar to builtin `findstring` function, but it takes PCRE pattern instead substring as first argument: $(pcre_find PATTERN,IN) -- cgit v1.2.1