mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-25 09:21:57 +03:00
Expose digits helper.
This commit is contained in:
parent
5810306386
commit
63bcae4877
@ -2,7 +2,8 @@ module DataSource.Glob exposing
|
||||
( Glob
|
||||
, capture, match
|
||||
, captureFilePath
|
||||
, wildcard, recursiveWildcard, int
|
||||
, wildcard, recursiveWildcard
|
||||
, int, digits
|
||||
, expectUniqueMatch
|
||||
, literal
|
||||
, atLeastOne, map, oneOf, succeed, toDataSource, zeroOrMore
|
||||
@ -183,7 +184,12 @@ That will give us
|
||||
|
||||
## Capturing Patterns
|
||||
|
||||
@docs wildcard, recursiveWildcard, int
|
||||
@docs wildcard, recursiveWildcard
|
||||
|
||||
|
||||
## Capturing Specific Characters
|
||||
|
||||
@docs int, digits
|
||||
|
||||
|
||||
## Matching a Specific Number of Files
|
||||
|
Loading…
Reference in New Issue
Block a user