Skip to content

Commit 15bf66a

Browse files
authored
Merge pull request #625 from MiamiOH/master
Added documentation for regexpescape function.
2 parents d2d9c30 + db92a08 commit 15bf66a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,10 @@ Passing a third argument will cause the generated range to step by that interval
900900

901901
*Type*: rvalue.
902902

903+
#### `regexpescape`
904+
905+
Regexp escape a string or array of strings. Requires either a single string or an array as an input. *Type*: rvalue.
906+
903907
#### `reject`
904908

905909
Searches through an array and rejects all elements that match the provided regular expression. For example, `reject(['aaa','bbb','ccc','aaaddd'], 'aaa')` returns ['bbb','ccc']. *Type*: rvalue.

0 commit comments

Comments
 (0)