mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
Docs: Mention Source Code Filters in lib/String handling (#21570)
Mention Source Code Filters in `String handling` ...as a viable solution for templating
This commit is contained in:
@@ -171,7 +171,9 @@ String handling
|
||||
|
||||
* [strformat](strformat.html)
|
||||
Macro based standard string interpolation/formatting. Inspired by
|
||||
Python's f-strings.
|
||||
Python's f-strings.\
|
||||
**Note:** if you need templating, consider using Nim
|
||||
[Source Code Filters (SCF)](filters.html).
|
||||
|
||||
* [strmisc](strmisc.html)
|
||||
This module contains uncommon string handling operations that do not
|
||||
|
||||
Reference in New Issue
Block a user