Skip to content

Commit

Permalink
Add the modified regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ReturnToZender authored Oct 26, 2023
1 parent 1569628 commit f029761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__SPLURTCODE/DEFINES/autopunctuation.dm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GLOBAL_DATUM_INIT(has_eol_punctuation, /regex, regex(@"^(\w|^[^\*].*[^.!?~\+\|\_]+)$"))
GLOBAL_DATUM_INIT(has_eol_punctuation, /regex, regex(@"^(\w|^[^\*].*[^.!?~\-\+\|\_\*]+)$"))
//Auto punctuation global datum

0 comments on commit f029761

Please sign in to comment.