|
Why is the output of single-quoted strings sometimes numbers, sometimes just the string?
|
|
8
|
1705
|
January 12, 2020
|
|
Why does IO.inspect prints literally "\n" instead of a return line?
|
|
11
|
4589
|
December 22, 2019
|
|
Get substring from a string
|
|
1
|
1132
|
December 9, 2019
|
|
How to detect if a given character (grapheme) is whitespace?
|
|
5
|
3261
|
November 13, 2019
|
|
How to pattern match (or guards) if a string is alphanumeric
|
|
18
|
9729
|
November 13, 2019
|
|
How to deal with the simple possibility that an integer is passed to String.to_integer(string)
|
|
1
|
606
|
November 2, 2019
|
|
Why does this String.split() not work
|
|
2
|
1441
|
October 4, 2019
|
|
Why was the levenshtein distance removed from Elixir?
|
|
1
|
2677
|
August 24, 2019
|
|
String to integer tuple API
|
|
7
|
3788
|
July 26, 2019
|
|
Making a string comparison ignore the slash for escaping characters
|
|
2
|
3172
|
July 26, 2019
|
|
Is this a correct way to avoid wasting or reaching the atom limit?
|
|
37
|
8483
|
June 16, 2019
|
|
Count the number of non-numeric characters in a string and then sum their values
|
|
13
|
1745
|
May 29, 2019
|
|
Elixir UTF-8 encoded string back to normal values in production
|
|
4
|
5396
|
April 9, 2019
|
|
How to convert map to string (separated with ,)
|
|
2
|
15609
|
March 8, 2019
|
|
How to parse bitstring?
|
|
5
|
3326
|
February 24, 2019
|
|
Case2 → convertion between different casing with full unicode support
|
|
1
|
790
|
February 15, 2019
|
|
Converting a list of bytes from UTF-8 or ISO-8859-1 to Elixir string?
|
|
12
|
9867
|
February 10, 2019
|
|
Printing raw string stored in variable
|
|
6
|
8355
|
December 27, 2018
|
|
Is there a faster way to write this code?
|
|
15
|
2133
|
December 6, 2018
|
|
Getting the year out of a list of strings
|
|
9
|
1773
|
October 15, 2018
|
|
Elixir Regex definition
|
|
4
|
1720
|
August 26, 2018
|
|
How can I use values passed to a controller to string inside
|
|
5
|
604
|
August 16, 2018
|
|
Concatenation of Strings fails with {ArgumentError}
|
|
4
|
1321
|
August 6, 2018
|
|
Any examples of splitting strings with escaped delimiters?
|
|
3
|
2565
|
May 4, 2018
|
|
Evaluate math from string
|
|
3
|
2295
|
April 25, 2018
|
|
Elixir integer list to string causes (UnicodeConversionError) invalid code point
|
|
1
|
2445
|
April 23, 2018
|
|
Find the first recurring character in a string
|
|
12
|
3085
|
April 18, 2018
|