aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/data/text.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/data/text.lux')
-rw-r--r--stdlib/source/documentation/lux/data/text.lux40
1 files changed, 20 insertions, 20 deletions
diff --git a/stdlib/source/documentation/lux/data/text.lux b/stdlib/source/documentation/lux/data/text.lux
index 7163b5416..94886667c 100644
--- a/stdlib/source/documentation/lux/data/text.lux
+++ b/stdlib/source/documentation/lux/data/text.lux
@@ -1,21 +1,21 @@
(.using
- [library
- [lux {"-" char}
- ["$" documentation {"+" documentation:}]
- [data
- [text
- ["%" format {"+" format}]]
- [collection
- ["[0]" list]]]]]
- ["[0]" / "_"
- ["[1][0]" buffer]
- ["[1][0]" encoding]
- ["[1][0]" escape]
- ["[1][0]" format]
- ["[1][0]" regex]
- ["[1][0]" unicode]]
- [\\library
- ["[0]" /]])
+ [library
+ [lux {"-" char}
+ ["$" documentation {"+" documentation:}]
+ [data
+ [text
+ ["%" format {"+" format}]]
+ [collection
+ ["[0]" list]]]]]
+ ["[0]" / "_"
+ ["[1][0]" buffer]
+ ["[1][0]" encoding]
+ ["[1][0]" escape]
+ ["[1][0]" format]
+ ["[1][0]" regex]
+ ["[1][0]" unicode]]
+ [\\library
+ ["[0]" /]])
(documentation: /.Char
"A character code number.")
@@ -91,9 +91,9 @@
""
[(all_split_by token sample)])
-(documentation: /.replaced/1
+(documentation: /.replaced_once
""
- [(replaced/1 pattern replacement template)])
+ [(replaced_once pattern replacement template)])
(documentation: /.replaced
""
@@ -130,7 +130,7 @@
..split_at
..split_by
..all_split_by
- ..replaced/1
+ ..replaced_once
..replaced
..interposed
..space?