Closed AgentWesker closed 7 years ago
Requires testing in-game to ensure positive look ahead (?=[^a-zA-Z0-9]) matches the end of a Sourcemod string (null terminator).
Reason: Name that ends in a link or is entirely a link may not be captured.
See: https://wiki.alliedmods.net/Introduction_to_SourcePawn_1.7#Strings
Tested & confirmed to be a problem in game.
Requires testing in-game to ensure positive look ahead (?=[^a-zA-Z0-9]) matches the end of a Sourcemod string (null terminator).
Reason: Name that ends in a link or is entirely a link may not be captured.
See: https://wiki.alliedmods.net/Introduction_to_SourcePawn_1.7#Strings