Opened 18 years ago
Closed 18 years ago
#3954 closed defect (bug) (invalid)
untrailingslashit() should use rtrim() instead of regex
Reported by: | rob1n | Owned by: | rob1n |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 2.2 |
Component: | Optimization | Keywords: | |
Focuses: | Cc: |
Description
Let's face it, regex's are hardly the fastest things in the world. Let's use rtrim() instead, guys.
Change History (1)
Note: See
TracTickets for help on using
tickets.
Whoops, people are already ahead of me.