|
How to split string into multiple chunks by size
|
|
16
|
6252
|
July 23, 2025
|
|
How I would create a multiline string without a trailing line break with Elixir?
|
|
10
|
14939
|
March 5, 2025
|
|
How to format string with line breaks for html dynamic data
|
|
1
|
223
|
September 11, 2024
|
|
Binaries and Strings Length Confusion
|
|
3
|
1033
|
June 24, 2024
|
|
How to string format with unicode args
|
|
5
|
469
|
March 27, 2024
|
|
Should strings be wrapped in a function in functional programming?
|
|
5
|
576
|
February 22, 2024
|
|
Any chance we get format for string interpolation?
|
|
9
|
2593
|
January 20, 2024
|
|
Is there a Hex package similar to Apple's NSAttributedString?
|
|
4
|
652
|
January 5, 2024
|
|
How to display a value in a template?
|
|
7
|
3577
|
December 24, 2023
|
|
Is there a way to escape escape characters i.e. turn `"\u2003"` => `"\\u2003"`?
|
|
16
|
1867
|
November 21, 2023
|
|
Library for converting numbers to words?
|
|
10
|
3457
|
September 11, 2023
|
|
String.capitalize() should have a “leave the rest of the word alone” option
|
|
13
|
11063
|
August 30, 2023
|
|
What is the time complexity of code points?
|
|
3
|
710
|
August 24, 2023
|
|
Guards or pattern matching processing a text file - =~
|
|
9
|
790
|
July 1, 2023
|
|
String.replace and escaping weirdness
|
|
4
|
5886
|
June 17, 2023
|
|
Trouble processing long string and DB migration (1st argument: the table identifier does not refer to an existing ETS table)
|
|
4
|
698
|
June 17, 2023
|
|
Put double quotes for each string in a list of strings
|
|
5
|
1722
|
March 27, 2023
|
|
Getting `unexpected reserved word: end` when returning string from function
|
|
3
|
1171
|
March 2, 2023
|
|
String interpolation with pipe
|
|
12
|
5867
|
February 6, 2023
|
|
Parsing a Struct String - Code.eval_string/3? Custom Parser? Other Options?
|
|
14
|
1482
|
December 3, 2022
|
|
Library to split string on unicode word boundaries
|
|
2
|
1627
|
September 21, 2022
|
|
String.split vs Enum.split_with
|
|
9
|
2635
|
September 23, 2022
|
|
Possible bug in String.split/1's handling of Unicode whitespace?
|
|
5
|
1353
|
September 22, 2022
|
|
How to sanitize string input containing <<194, 160>> and maybe other junk?
|
|
1
|
1465
|
September 22, 2022
|
|
What's the best way to slice a string given a codepoint offset/length?
|
|
2
|
815
|
August 8, 2022
|
|
Reusing atomized JSON binary keys
|
|
4
|
1111
|
July 16, 2022
|
|
Convert charlist to string recursively
|
|
5
|
1121
|
June 29, 2022
|
|
How to convert charlist to string?
|
|
8
|
10961
|
June 26, 2022
|
|
Convert a block code to text in elixir
|
|
3
|
940
|
May 18, 2022
|
|
Format / Parse Elixir string to map
|
|
1
|
4171
|
April 10, 2022
|