leonard-IMBERT / StarlightMap

This is an interactive map for the role play forum isle of starlight
http://hexagrid.xyz
MIT License
0 stars 2 forks source link

Apostrophe in item name breaks parsing #23

Closed KingMarth closed 4 years ago

KingMarth commented 4 years ago

On Turn 84, we defeated the Giant and claimed the Giant's Belt. This was great, except that the apostrophe broke item parsing for Hephaestus who picked it up. Looks like the regex only expects \w word characters, which doesn't include punctuation other than underscore (ahh, regex).