Fork me on GitHub
#clojurescript
<
2022-04-03
>
metehan14:04:00

(re-matches #"*\d*+" "RegExr was created by hosted 5 55 5555by Media Temple.") returns nil why? I was expecting ["5" "55" "5555"]

p-himik14:04:17

re-matches matches against a full string. You're probably thinking of re-seq.

metehan15:04:37

thank you yes it worked as I expected 🍺

👍 1
jeffmk21:04:54

What CSS libs are people using with ClojureScript, if any? I really like Spectre, but it seems to be dead. Have used PureCSS and thought about Bulma but not used it. Not a fan of Tailwind style projects

tailwind 1
1
💯 1
Schpaa05:04:16

I dont know about css-libs, but ornament is simply awesome.

Schpaa05:04:21

I used tailwind before but I am not a fan of how it pollutes the code.

Schpaa05:04:16

Also, the tailwind-compiler crashes all the time.