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