Convert youtube API duration to seconds in Elixir
|
|
7
|
589
|
January 12, 2021
|
Comparison of single-quoted and double-quotes Strings
|
|
21
|
5222
|
December 12, 2020
|
String.at edge case
|
|
3
|
482
|
December 4, 2020
|
Help with parsing a string
|
|
1
|
340
|
November 25, 2020
|
String.capitalize() should have a “leave the rest of the word alone” option
|
|
7
|
5056
|
November 22, 2020
|
Erlang/Elixir string performance - can this be improved?
|
|
40
|
6928
|
October 13, 2020
|
List and strings
|
|
6
|
747
|
August 21, 2020
|
How to check if a Unicode codepoint represents a letter or an uppercase letter?
|
|
14
|
2279
|
August 10, 2020
|
List traversal vs. recursive binary pattern-matching
|
|
2
|
619
|
August 6, 2020
|
Best way to compare graphemes to codepoints from a binary pattern match
|
|
4
|
977
|
July 28, 2020
|
Will the following module attribute work as expected?
|
|
1
|
458
|
July 15, 2020
|
How to check if a string exists in a very large list of strings
|
|
8
|
1841
|
July 3, 2020
|
Why are charlist and string co-existing in Erlang?
|
|
1
|
1511
|
May 16, 2020
|
JS/Elixir string indexing interoperability
|
|
14
|
788
|
April 19, 2020
|
Escaping quotes for CSV output
|
|
5
|
1344
|
April 16, 2020
|
Ucwidth - A small library to detect the display width in columns for Unicode texts
|
|
0
|
405
|
April 16, 2020
|
Bitstring with codepoints of non-ASCII characters
|
|
5
|
1080
|
March 5, 2020
|
How string interpolation is done within the error messages of changesets (using %{})?
|
|
7
|
1095
|
March 4, 2020
|
Parse this string
|
|
14
|
1944
|
February 21, 2020
|
What is the best way to trim characters?
|
|
4
|
3934
|
January 16, 2020
|
Why is the output of single-quoted strings sometimes numbers, sometimes just the string?
|
|
8
|
1063
|
January 12, 2020
|
Why does IO.inspect prints literally "\n" instead of a return line?
|
|
11
|
2756
|
December 22, 2019
|
Get substring from a string
|
|
1
|
616
|
December 9, 2019
|
How to detect if a given character (grapheme) is whitespace?
|
|
5
|
2051
|
November 13, 2019
|
How to pattern match (or guards) if a string is alphanumeric
|
|
18
|
7102
|
November 13, 2019
|
How to deal with the simple possibility that an integer is passed to String.to_integer(string)
|
|
1
|
406
|
November 2, 2019
|
Why does this String.split() not work
|
|
2
|
1198
|
October 4, 2019
|
Why was the levenshtein distance removed from Elixir?
|
|
1
|
1806
|
August 24, 2019
|
String to integer tuple API
|
|
7
|
2399
|
July 26, 2019
|
String.replace and escaping weirdness
|
|
3
|
3116
|
July 26, 2019
|