diff options
author | Dmitry Mikhirev | 2014-11-15 01:45:46 +0300 |
---|---|---|
committer | Dmitry Mikhirev | 2014-11-15 01:45:46 +0300 |
commit | c5ad9e4d575a7d46d36533df5109aad1eb4ba6d1 (patch) | |
tree | 50544b72f9e79e2d6a7971e9fd41dd55abfc7aea | |
parent | 5c0b78cf3e75226b449f6e149a3013e1ca586755 (diff) | |
download | make_pcre-c5ad9e4d575a7d46d36533df5109aad1eb4ba6d1.tar.gz make_pcre-c5ad9e4d575a7d46d36533df5109aad1eb4ba6d1.tar.bz2 make_pcre-c5ad9e4d575a7d46d36533df5109aad1eb4ba6d1.tar.xz make_pcre-c5ad9e4d575a7d46d36533df5109aad1eb4ba6d1.zip |
small addition to README
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -32,6 +32,12 @@ Copy pcre.so into the directory where your makefile is stored. Usage ===== +Load the plugin by adding + + load pcre.so + +to your makefile. + Currently only one function `pcre_find` (with shorthand `m`) is implemented. It is similar to builtin `findstring` function, but it takes PCRE pattern instead substring as first argument: |