You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: utilities/helper-functions/index.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ description: Tutorial on how to use helper functions provided by Fano Framework
11
11
12
12
Photo by [Austin Kehmeier](https://unsplash.com/@a_kehmeier?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/helping-hand?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
13
13
14
-
Fano Framework provides helper functions to simplify common tasks such as generate slug string, join string with delimiter or read file content.
14
+
Fano Framework provides helper functions to simplify common tasks such as [generate slug string](#generate-slug-string), [join string with delimiter](#join-string) or [read file content](#read-file-content).
15
15
16
16
All helpers functions are declared in `fano.pas` unit.
17
17
18
-
## Read file content to string
18
+
## <aname="generate-slug-string"></a>Read file content to string
19
19
20
-
`readFile()` reads file content and output is as string. It accepts one parameter file path of filename to load.
20
+
`readFile()` reads file content and output it as string. It accepts one parameter file path of filename to load.
0 commit comments