Changes between Version 1 and Version 2 of Ticket #35022, comment 19
- Timestamp:
- 03/21/2016 05:38:54 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35022, comment 19
v1 v2 3 3 http://stackoverflow.com/questions/3469080/match-whitespace-but-not-newlines-perl 4 4 5 Maybe an alternate/easier way is to consider a shortcode terminator character to be *any* character that's not legal for use in the shortcode name? Maybe something like !^\w (or whatever the appropriate list is if not \w)?5 Maybe an alternate/easier way is to consider a shortcode terminator character to be *any* character that's not legal for use in the shortcode name? Maybe something like !^\w+ (or whatever the appropriate list is if not \w)?