Skip to content

Commit 79b9b70

Browse files
authored
Updating geosx_xml_tools installation method (#1624)
* Updating geosx_xml_tools installation method
1 parent 5f3c0c6 commit 79b9b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geosx_xml_tools_package/geosx_xml_tools/regex_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# strip_trailing | 3.0000, 5.150050 | Removes unnecessary float strings
1717
# strip_trailing_b| 3.0000e0, 1.23e0 | Removes unnecessary float strings
1818
#
19-
patterns = {'parameters': r"\$:?([a-zA-Z_]*)\$?",
19+
patterns = {'parameters': r"\$:?([a-zA-Z_0-9]*)\$?",
2020
'units': r"([0-9]*?\.?[0-9]+(?:[eE][-+]?[0-9]*?)?)\ *?\[([-+.*/()a-zA-Z0-9]*)\]",
2121
'units_b': r"([a-zA-Z]*)",
2222
'symbolic': r"\`([-+.*/() 0-9eE]*)\`",

0 commit comments

Comments
 (0)