yetanalytics / lrs

Protocols, specifications, and logic for building an xAPI Learning Record Store (LRS) in Clojure(Script).
https://www.yetanalytics.com/lrs
Apache License 2.0
4 stars 1 forks source link

update regex used to split multipart headers from bodies #2

Closed milt closed 5 years ago

milt commented 5 years ago

see: https://stackoverflow.com/questions/47871962/why-does-r-behave-differently-in-regular-expressions-between-java-8-and-java-9

So now we use #"\R{2} for the JVM, and it works in 8-12