-
Notifications
You must be signed in to change notification settings - Fork 12
/
_pkgdown.yml
69 lines (68 loc) · 1.18 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
destination: docs
template:
params:
bootswatch: lumen
ganalytics: UA-135464357-1
reference:
- title: Constructor
desc: ~
contents:
- '`rx`'
- title: Utilities
desc: ~
contents:
- '`sanitize`'
- '`%>%`'
- title: Rules
desc: ~
contents:
- '`rx_any_of`'
- '`rx_anything`'
- '`rx_anything_but`'
- '`rx_either_of`'
- '`rx_end_of_line`'
- '`rx_find`'
- '`rx_maybe`'
- '`rx_not`'
- '`rx_range`'
- '`rx_something`'
- '`rx_something_but`'
- '`rx_start_of_line`'
- '`rx_word_edge`'
- title: Lookarounds
desc: ~
contents:
- '`rx_avoid_prefix`'
- '`rx_avoid_suffix`'
- '`rx_seek_prefix`'
- '`rx_seek_suffix`'
- title: Loops
desc: ~
contents:
- '`rx_none_or_more`'
- '`rx_one_or_more`'
- '`rx_multiple`'
- title: Special Characters
desc: ~
contents:
- '`rx_alnum`'
- '`rx_alpha`'
- '`rx_digit`'
- '`rx_line_break`'
- '`rx_lowercase`'
- '`rx_punctuation`'
- '`rx_space`'
- '`rx_tab`'
- '`rx_uppercase`'
- '`rx_whitespace`'
- '`rx_word`'
- '`rx_word_char`'
- title: Capture Groups
desc: ~
contents:
- '`rx_begin_capture`'
- '`rx_end_capture`'
- title: Modifiers
desc: ~
contents:
- '`rx_with_any_case`'