Opened 6 years ago
Closed 6 years ago
#3954 closed defect (bug) (invalid)
untrailingslashit() should use rtrim() instead of regex
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Optimization | Version: | 2.2 |
| Severity: | minor | Keywords: | |
| 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.