Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit cf409fc

Browse files
author
bhonnef
committed
readme again
1 parent 1e4373f commit cf409fc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ File that contains the test functions to check if everything is working.
3636
- [print](#print)
3737

3838
### split
39+
---
3940

4041
[[Source]](./src/str_extension.cc#L49)
4142

@@ -55,6 +56,7 @@ Arguments:
5556
- `Type`: Out, `Name`: result
5657

5758
### str_to_float
59+
---
5860

5961
[[Source]](./src/str_extension.cc#L58)
6062

@@ -72,6 +74,7 @@ Arguments:
7274
- `Type`: std::string, `Name`: val
7375

7476
### float_to_str
77+
---
7578

7679
[[Source]](./src/str_extension.cc#L64)
7780

@@ -89,6 +92,7 @@ Arguments:
8992
- `Type`: f, `Name`: val
9093

9194
### isInt
95+
---
9296

9397
[[Source]](./src/str_extension.cc#L73)
9498

@@ -102,6 +106,7 @@ Arguments:
102106
- `Type`: std::string, `Name`: val
103107

104108
### isFloat
109+
---
105110

106111
[[Source]](./src/str_extension.cc#L77)
107112

@@ -115,6 +120,7 @@ Arguments:
115120
- `Type`: std::string, `Name`: val
116121

117122
### capitalize
123+
---
118124

119125
[[Source]](./src/str_extension.cc#L81)
120126

@@ -128,6 +134,7 @@ Arguments:
128134
- `Type`: std::string, `Name`: str
129135

130136
### check_regex_exp
137+
---
131138

132139
[[Source]](./src/str_extension.cc#L92)
133140

@@ -142,6 +149,7 @@ Arguments:
142149
- `Type`: std::string, `Name`: exp
143150

144151
### trim
152+
---
145153

146154
[[Source]](./src/str_extension.cc#L103)
147155

@@ -156,6 +164,7 @@ Arguments:
156164
- `Type`: std::string, `Name`: whitespace `Default value`: " "
157165

158166
### split
167+
---
159168

160169
[[Source]](./src/str_extension.cc#L116)
161170

@@ -170,6 +179,7 @@ Arguments:
170179
- `Type`: char, `Name`: delim `Default value`: ' '
171180

172181
### find_full_words
182+
---
173183

174184
[[Source]](./src/str_extension.cc#L124)
175185

@@ -184,6 +194,7 @@ Arguments:
184194
- `Type`: std::string, `Name`: word
185195

186196
### find_replace_first
197+
---
187198

188199
[[Source]](./src/str_extension.cc#L133)
189200

@@ -199,6 +210,7 @@ Arguments:
199210
- `Type`: std::string, `Name`: replaceWith
200211

201212
### find_replace_all
213+
---
202214

203215
[[Source]](./src/str_extension.cc#L146)
204216

@@ -214,6 +226,7 @@ Arguments:
214226
- `Type`: std::string, `Name`: replaceWith
215227

216228
### find_term
229+
---
217230

218231
[[Source]](./src/str_extension.cc#L161)
219232

@@ -228,6 +241,7 @@ Arguments:
228241
- `Type`: std::string, `Name`: term
229242

230243
### reduce
244+
---
231245

232246
[[Source]](./src/str_extension.cc#L170)
233247

@@ -243,6 +257,7 @@ Arguments:
243257
- `Type`: std::string, `Name`: whitespace `Default value`: " "
244258

245259
### mismatch_string
260+
---
246261

247262
[[Source]](./src/str_extension.cc#L193)
248263

@@ -257,6 +272,7 @@ Arguments:
257272
- `Type`: std::string, `Name`: b
258273

259274
### vec_float_to_str
275+
---
260276

261277
[[Source]](./src/str_extension.cc#L218)
262278

@@ -274,6 +290,7 @@ Arguments:
274290
- `Type`: std::vector<f>, `Name`: float_v
275291

276292
### vec_str_to_float
293+
---
277294

278295
[[Source]](./src/str_extension.cc#L230)
279296

@@ -291,6 +308,7 @@ Arguments:
291308
- `Type`: std::vector<std::string>, `Name`: str_v
292309

293310
### indexOf
311+
---
294312

295313
[[Source]](./src/str_extension.cc#L241)
296314

@@ -309,6 +327,7 @@ Arguments:
309327
- `Type`: T, `Name`: val
310328

311329
### contains
330+
---
312331

313332
[[Source]](./src/str_extension.cc#L252)
314333

@@ -327,6 +346,7 @@ Arguments:
327346
- `Type`: T, `Name`: val
328347

329348
### print
349+
---
330350

331351
[[Source]](./src/str_extension.cc#L258)
332352

0 commit comments

Comments
 (0)