FLUID-3043: Collect all redundant regular expressions into single place

Metadata

Source
FLUID-3043
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Laurel Williams
Reporter
Jacob Farber
Created
2009-07-16T10:08:12.000-0400
Updated
2009-08-24T11:20:21.000-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Infusion Builder

Description

There are a few regular expressions used throughout the php code which are basically the same thing. They could be refactored into single functions to avoid fixing the same code in multiple places.

Comments

  • Laurel Williams commented 2009-07-16T14:30:44.000-0400

    All redundant regex strings were collected into constants.