We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c182b8a commit 5449712Copy full SHA for 5449712
lib/creek/styles/converter.rb
@@ -6,7 +6,7 @@ class Converter
6
include Creek::Styles::Constants
7
8
# Excel non-printable character escape sequence
9
- HEX_ESCAPE_REGEXP = /_x[0-9A-Za-z]{4}_/
+ HEX_ESCAPE_REGEXP = /_x[0-9A-Fa-f]{4}_/
10
11
##
12
# The heart of typecasting. The ruby type is determined either explicitly
0 commit comments