Details
Description
line 40 regext does not include _
-if line =~ /^([0-9a-zA-Z\.\:\-])\s/
+if line =~ /^([0-9a-zA-Z\.\:\-\_])\s/
Activity
- All
- Comments
- History
- Activity
- Transitions Summary
line 40 regext does not include _
-if line =~ /^([0-9a-zA-Z\.\:\-])\s/
+if line =~ /^([0-9a-zA-Z\.\:\-\_])\s/