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
I am learning gleam, and to do this i am doing the advent of code 2023, however because i'm on windows line endings are CRLF by default, when i try to parse my string i created a function to split a string by lines and i tried to use string.contains(input, "\r") however this is returning false even though the io.debug print of the string contains "\r\n".
The text was updated successfully, but these errors were encountered:
I am learning gleam, and to do this i am doing the advent of code 2023, however because i'm on windows line endings are CRLF by default, when i try to parse my string i created a function to split a string by lines and i tried to use string.contains(input, "\r") however this is returning false even though the io.debug print of the string contains "\r\n".
The text was updated successfully, but these errors were encountered: