-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_pkgdown.yml
More file actions
40 lines (34 loc) · 907 Bytes
/
_pkgdown.yml
File metadata and controls
40 lines (34 loc) · 907 Bytes
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
title: stringmagic
articles:
- title: Guides
navbar: Guides
contents:
- guide_string_magic
- guide_string_tools
- guide_customization
- title: References
navbar: References
contents:
- ref_operations
- ref_string_magic_special_operations
- ref_regex_flags
- ref_regex_logic
reference:
-
- title: String interpolation and operations
desc: Tools for string interpolation
contents:
- string_magic
- matches("_magic")
- matches("string_ma")
- title: Other string operations
desc: Pattern detection, operations chaining, string cleaning and more
contents:
- matches("^string_[^m]")
- matches("^st[^r]|streplace")
- parse_regex_pattern
- paste_conditional
- title: Functions builders
desc: Alias generators to create tailor made functions
contents:
- matches("alias")