Skip to content

Commit

Permalink
Fix API.md TOC for string.regex
Browse files Browse the repository at this point in the history
  • Loading branch information
WesTyler committed Nov 14, 2016
1 parent 0f578f4 commit 80f06eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
- [`string.truncate([enabled])`](#stringtruncateenabled)
- [`string.creditCard()`](#stringcreditcard)
- [`string.length(limit, [encoding])`](#stringlengthlimit-encoding)
- [`string.regex(pattern, [name])`](#stringregexpattern-name)
- [`string.regex(pattern, [name | options])`](#stringregexpattern-name--options)
- [`string.replace(pattern, replacement)`](#stringreplacepattern-replacement)
- [`string.alphanum()`](#stringalphanum)
- [`string.token()`](#stringtoken)
Expand Down

0 comments on commit 80f06eb

Please sign in to comment.