diff options
author | Dmitry Mikhirev | 2014-12-18 17:13:35 +0300 |
---|---|---|
committer | Dmitry Mikhirev | 2014-12-18 17:13:35 +0300 |
commit | 9d1296174974345d6ed6be338d9bbb56fdbda380 (patch) | |
tree | 9cc17980e4abbe016adf5cd2830c4b0d76d92d0d | |
parent | b3334db9591e50a550265c7d8a13c19bc6b58df2 (diff) | |
download | make_pcre-9d1296174974345d6ed6be338d9bbb56fdbda380.tar.gz make_pcre-9d1296174974345d6ed6be338d9bbb56fdbda380.tar.bz2 make_pcre-9d1296174974345d6ed6be338d9bbb56fdbda380.tar.xz make_pcre-9d1296174974345d6ed6be338d9bbb56fdbda380.zip |
fixed mistake in readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |